Struct pipewire_wrapper::spa::pod::object::param_profile::ParamProfileBuilder
source · pub struct ParamProfileBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ParamProfileBuilder<'a>
impl<'a> ParamProfileBuilder<'a>
pub fn index(self, value: <&'a PodIntRef as PodValue>::Value) -> Self
pub fn name(self, value: <&'a PodStringRef as PodValue>::Value) -> Self
pub fn description(self, value: <&'a PodStringRef as PodValue>::Value) -> Self
pub fn priority(self, value: <&'a PodIntRef as PodValue>::Value) -> Self
pub fn available( self, value: <&'a PodIdRef<ParamAvailability> as PodValue>::Value ) -> Self
pub fn info(self, value: <&'a PodStructRef as PodValue>::Value) -> Self
pub fn classes(self, value: <&'a PodStructRef as PodValue>::Value) -> Self
pub fn save(self, value: <&'a PodBoolRef as PodValue>::Value) -> Self
pub fn index_flags(self, flags: PodPropFlags) -> Self
pub fn name_flags(self, flags: PodPropFlags) -> Self
pub fn description_flags(self, flags: PodPropFlags) -> Self
pub fn priority_flags(self, flags: PodPropFlags) -> Self
pub fn available_flags(self, flags: PodPropFlags) -> Self
pub fn info_flags(self, flags: PodPropFlags) -> Self
pub fn classes_flags(self, flags: PodPropFlags) -> Self
pub fn save_flags(self, flags: PodPropFlags) -> Self
pub fn build(self) -> Result<AllocPod<PodObjectRef>, PodError>
Trait Implementations§
source§impl<'a> Default for ParamProfileBuilder<'a>
impl<'a> Default for ParamProfileBuilder<'a>
source§fn default() -> ParamProfileBuilder<'a>
fn default() -> ParamProfileBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ParamProfileBuilder<'a>
impl<'a> !Send for ParamProfileBuilder<'a>
impl<'a> !Sync for ParamProfileBuilder<'a>
impl<'a> Unpin for ParamProfileBuilder<'a>
impl<'a> UnwindSafe for ParamProfileBuilder<'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