Struct pipewire_wrapper::spa::pod::object::param_buffers::ParamBuffersInfo
source · pub struct ParamBuffersInfo<'a> {Show 13 fields
pub body_id: u32,
pub buffers: Option<&'a PodChoiceRef<PodIntRef>>,
pub blocks: Option<&'a PodChoiceRef<PodIntRef>>,
pub size: Option<&'a PodChoiceRef<PodIntRef>>,
pub stride: Option<&'a PodChoiceRef<PodIntRef>>,
pub align: Option<&'a PodChoiceRef<PodIntRef>>,
pub datatype: Option<&'a PodChoiceRef<PodIntRef>>,
pub buffers_flags: PodPropFlags,
pub blocks_flags: PodPropFlags,
pub size_flags: PodPropFlags,
pub stride_flags: PodPropFlags,
pub align_flags: PodPropFlags,
pub datatype_flags: PodPropFlags,
}
Fields§
§body_id: u32
§buffers: Option<&'a PodChoiceRef<PodIntRef>>
§blocks: Option<&'a PodChoiceRef<PodIntRef>>
§size: Option<&'a PodChoiceRef<PodIntRef>>
§stride: Option<&'a PodChoiceRef<PodIntRef>>
§align: Option<&'a PodChoiceRef<PodIntRef>>
§datatype: Option<&'a PodChoiceRef<PodIntRef>>
§buffers_flags: PodPropFlags
§blocks_flags: PodPropFlags
§size_flags: PodPropFlags
§stride_flags: PodPropFlags
§align_flags: PodPropFlags
§datatype_flags: PodPropFlags
Trait Implementations§
source§impl<'a> Debug for ParamBuffersInfo<'a>
impl<'a> Debug for ParamBuffersInfo<'a>
source§impl<'a> Default for ParamBuffersInfo<'a>
impl<'a> Default for ParamBuffersInfo<'a>
source§fn default() -> ParamBuffersInfo<'a>
fn default() -> ParamBuffersInfo<'a>
Returns the “default value” for a type. Read more
source§impl<'a> TryFrom<&'a PodObjectRef> for ParamBuffersInfo<'a>
impl<'a> TryFrom<&'a PodObjectRef> for ParamBuffersInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ParamBuffersInfo<'a>
impl<'a> Send for ParamBuffersInfo<'a>
impl<'a> Sync for ParamBuffersInfo<'a>
impl<'a> Unpin for ParamBuffersInfo<'a>
impl<'a> UnwindSafe for ParamBuffersInfo<'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