Struct pipewire_wrapper::spa::pod::object::param_meta::ParamMetaBuilder
source · pub struct ParamMetaBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ParamMetaBuilder<'a>
impl<'a> ParamMetaBuilder<'a>
pub fn type_(self, value: <&'a PodIdRef<MetaType> as PodValue>::Value) -> Self
pub fn size( self, value: <&'a PodChoiceRef<PodIntRef> as PodValue>::Value ) -> Self
pub fn type_flags(self, flags: PodPropFlags) -> Self
pub fn size_flags(self, flags: PodPropFlags) -> Self
pub fn build(self) -> Result<AllocPod<PodObjectRef>, PodError>
Trait Implementations§
source§impl<'a> Default for ParamMetaBuilder<'a>
impl<'a> Default for ParamMetaBuilder<'a>
source§fn default() -> ParamMetaBuilder<'a>
fn default() -> ParamMetaBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ParamMetaBuilder<'a>
impl<'a> Send for ParamMetaBuilder<'a>
impl<'a> Sync for ParamMetaBuilder<'a>
impl<'a> Unpin for ParamMetaBuilder<'a>
impl<'a> UnwindSafe for ParamMetaBuilder<'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