Struct pipewire_wrapper::spa::pod::object::profiler::ProfilerInfo     
source · pub struct ProfilerInfo<'a> {
    pub body_id: u32,
    pub info: Option<&'a PodStructRef>,
    pub clock: Option<&'a PodStructRef>,
    pub driver_block: Option<&'a PodStructRef>,
    pub follower_block: Option<&'a PodStructRef>,
    pub info_flags: PodPropFlags,
    pub clock_flags: PodPropFlags,
    pub driver_block_flags: PodPropFlags,
    pub follower_block_flags: PodPropFlags,
}Fields§
§body_id: u32§info: Option<&'a PodStructRef>§clock: Option<&'a PodStructRef>§driver_block: Option<&'a PodStructRef>§follower_block: Option<&'a PodStructRef>§info_flags: PodPropFlags§clock_flags: PodPropFlags§driver_block_flags: PodPropFlags§follower_block_flags: PodPropFlagsTrait Implementations§
source§impl<'a> Debug for ProfilerInfo<'a>
 
impl<'a> Debug for ProfilerInfo<'a>
source§impl<'a> Default for ProfilerInfo<'a>
 
impl<'a> Default for ProfilerInfo<'a>
source§fn default() -> ProfilerInfo<'a>
 
fn default() -> ProfilerInfo<'a>
Returns the “default value” for a type. Read more
source§impl<'a> TryFrom<&'a PodObjectRef> for ProfilerInfo<'a>
 
impl<'a> TryFrom<&'a PodObjectRef> for ProfilerInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ProfilerInfo<'a>
impl<'a> Send for ProfilerInfo<'a>
impl<'a> Sync for ProfilerInfo<'a>
impl<'a> Unpin for ProfilerInfo<'a>
impl<'a> UnwindSafe for ProfilerInfo<'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