Struct pipewire_sys::pw_port_info
source · #[repr(C)]pub struct pw_port_info {
pub id: u32,
pub direction: spa_direction,
pub change_mask: u64,
pub props: *mut spa_dict,
pub params: *mut spa_param_info,
pub n_params: u32,
}
Fields§
§id: u32
< id of the global
direction: spa_direction
< port direction
change_mask: u64
< bitfield of changed fields since last call
props: *mut spa_dict
< the properties of the port
params: *mut spa_param_info
< parameters
n_params: u32
< number of items in \a params
Auto Trait Implementations§
impl RefUnwindSafe for pw_port_info
impl !Send for pw_port_info
impl !Sync for pw_port_info
impl Unpin for pw_port_info
impl UnwindSafe for pw_port_info
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more