Struct pipewire_wrapper::spa::pod::object::param_io::ParamIOInfo
source · pub struct ParamIOInfo<'a> {
pub body_id: u32,
pub id: Option<&'a PodIdRef<IOType>>,
pub size: Option<&'a PodIntRef>,
pub id_flags: PodPropFlags,
pub size_flags: PodPropFlags,
}
Fields§
§body_id: u32
§id: Option<&'a PodIdRef<IOType>>
§size: Option<&'a PodIntRef>
§id_flags: PodPropFlags
§size_flags: PodPropFlags
Trait Implementations§
source§impl<'a> Debug for ParamIOInfo<'a>
impl<'a> Debug for ParamIOInfo<'a>
source§impl<'a> Default for ParamIOInfo<'a>
impl<'a> Default for ParamIOInfo<'a>
source§fn default() -> ParamIOInfo<'a>
fn default() -> ParamIOInfo<'a>
Returns the “default value” for a type. Read more
source§impl<'a> TryFrom<&'a PodObjectRef> for ParamIOInfo<'a>
impl<'a> TryFrom<&'a PodObjectRef> for ParamIOInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ParamIOInfo<'a>
impl<'a> Send for ParamIOInfo<'a>
impl<'a> Sync for ParamIOInfo<'a>
impl<'a> Unpin for ParamIOInfo<'a>
impl<'a> UnwindSafe for ParamIOInfo<'a>
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