Struct pipewire_wrapper::spa::pod::object::format::ParamBitorder
source · #[repr(transparent)]pub struct ParamBitorder { /* private fields */ }
Implementations§
source§impl ParamBitorder
impl ParamBitorder
pub const UNKNOWN: ParamBitorder = _
pub const MSB: ParamBitorder = _
pub const LSB: ParamBitorder = _
Trait Implementations§
source§impl Clone for ParamBitorder
impl Clone for ParamBitorder
source§fn clone(&self) -> ParamBitorder
fn clone(&self) -> ParamBitorder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParamBitorder
impl Debug for ParamBitorder
source§impl From<ParamBitorder> for spa_param_bitorder
impl From<ParamBitorder> for spa_param_bitorder
source§fn from(value: ParamBitorder) -> Self
fn from(value: ParamBitorder) -> Self
Converts to this type from the input type.
source§impl From<u32> for ParamBitorder
impl From<u32> for ParamBitorder
source§fn from(value: spa_param_bitorder) -> Self
fn from(value: spa_param_bitorder) -> Self
Converts to this type from the input type.
source§impl PartialEq<ParamBitorder> for ParamBitorder
impl PartialEq<ParamBitorder> for ParamBitorder
source§fn eq(&self, other: &ParamBitorder) -> bool
fn eq(&self, other: &ParamBitorder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PodIdType for ParamBitorder
impl PodIdType for ParamBitorder
fn to_alloc_pod(&self) -> AllocPod<PodIdRef<Self>>
source§impl RawWrapper for ParamBitorder
impl RawWrapper for ParamBitorder
source§fn as_raw_ptr(&self) -> *mut Self::CType
fn as_raw_ptr(&self) -> *mut Self::CType
Raw ptr to the external type
source§fn from_raw(raw: Self::CType) -> Self
fn from_raw(raw: Self::CType) -> Self
Creates wrapper from the external value, can be use when external type has no raw pointers.
source§unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
Cast external pointer to the borrowed mutable wrapper.
Panic when pointer is null.
Lifetime is not reliable and should be guaranteed explicitly. Read more
impl Copy for ParamBitorder
impl Eq for ParamBitorder
impl StructuralEq for ParamBitorder
impl StructuralPartialEq for ParamBitorder
Auto Trait Implementations§
impl RefUnwindSafe for ParamBitorder
impl Send for ParamBitorder
impl Sync for ParamBitorder
impl Unpin for ParamBitorder
impl UnwindSafe for ParamBitorder
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