Struct pipewire_wrapper::spa::param::ParamInfo
source · pub struct ParamInfo { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<&ParamInfoRef> for ParamInfo
impl From<&ParamInfoRef> for ParamInfo
source§fn from(value: &ParamInfoRef) -> Self
fn from(value: &ParamInfoRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ParamInfo
impl Send for ParamInfo
impl Sync for ParamInfo
impl Unpin for ParamInfo
impl UnwindSafe for ParamInfo
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