Struct wireplumber::spa::SpaBool
source · pub struct SpaBool(/* private fields */);
Trait Implementations§
source§impl Ord for SpaBool
impl Ord for SpaBool
source§impl PartialEq for SpaBool
impl PartialEq for SpaBool
source§impl PartialOrd for SpaBool
impl PartialOrd for SpaBool
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl SpaValue for SpaBool
impl SpaValue for SpaBool
fn add_to_builder(&self, builder: &SpaPodBuilder)
type Owned = bool
impl Copy for SpaBool
impl Eq for SpaBool
impl StructuralPartialEq for SpaBool
Auto Trait Implementations§
impl Freeze for SpaBool
impl RefUnwindSafe for SpaBool
impl Send for SpaBool
impl Sync for SpaBool
impl Unpin for SpaBool
impl UnwindSafe for SpaBool
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