Struct pipewire_wrapper::spa::pod::object::profiler::ProfilerBuilder
source · pub struct ProfilerBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ProfilerBuilder<'a>
impl<'a> ProfilerBuilder<'a>
pub fn info(self, value: <&'a PodStructRef as PodValue>::Value) -> Self
pub fn clock(self, value: <&'a PodStructRef as PodValue>::Value) -> Self
pub fn driver_block(self, value: <&'a PodStructRef as PodValue>::Value) -> Self
pub fn follower_block( self, value: <&'a PodStructRef as PodValue>::Value ) -> Self
pub fn info_flags(self, flags: PodPropFlags) -> Self
pub fn clock_flags(self, flags: PodPropFlags) -> Self
pub fn driver_block_flags(self, flags: PodPropFlags) -> Self
pub fn follower_block_flags(self, flags: PodPropFlags) -> Self
pub fn build(self) -> Result<AllocPod<PodObjectRef>, PodError>
Trait Implementations§
source§impl<'a> Default for ProfilerBuilder<'a>
impl<'a> Default for ProfilerBuilder<'a>
source§fn default() -> ProfilerBuilder<'a>
fn default() -> ProfilerBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ProfilerBuilder<'a>
impl<'a> !Send for ProfilerBuilder<'a>
impl<'a> !Sync for ProfilerBuilder<'a>
impl<'a> Unpin for ProfilerBuilder<'a>
impl<'a> UnwindSafe for ProfilerBuilder<'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