Struct pipewire_wrapper::spa::pod::object::param_route::ParamRoute
source · #[repr(transparent)]pub struct ParamRoute { /* private fields */ }
Implementations§
source§impl ParamRoute
impl ParamRoute
pub const _START: ParamRoute = _
pub const INDEX: ParamRoute = _
pub const DIRECTION: ParamRoute = _
pub const DEVICE: ParamRoute = _
pub const NAME: ParamRoute = _
pub const DESCRIPTION: ParamRoute = _
pub const PRIORITY: ParamRoute = _
pub const AVAILABLE: ParamRoute = _
pub const INFO: ParamRoute = _
pub const PROFILES: ParamRoute = _
pub const PROPS: ParamRoute = _
pub const DEVICES: ParamRoute = _
pub const PROFILE: ParamRoute = _
pub const SAVE: ParamRoute = _
Trait Implementations§
source§impl Clone for ParamRoute
impl Clone for ParamRoute
source§fn clone(&self) -> ParamRoute
fn clone(&self) -> ParamRoute
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 ParamRoute
impl Debug for ParamRoute
source§impl From<ParamRoute> for spa_param_route
impl From<ParamRoute> for spa_param_route
source§fn from(value: ParamRoute) -> Self
fn from(value: ParamRoute) -> Self
Converts to this type from the input type.
source§impl From<u32> for ParamRoute
impl From<u32> for ParamRoute
source§fn from(value: spa_param_route) -> Self
fn from(value: spa_param_route) -> Self
Converts to this type from the input type.
source§impl PartialEq<ParamRoute> for ParamRoute
impl PartialEq<ParamRoute> for ParamRoute
source§fn eq(&self, other: &ParamRoute) -> bool
fn eq(&self, other: &ParamRoute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RawWrapper for ParamRoute
impl RawWrapper for ParamRoute
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 ParamRoute
impl Eq for ParamRoute
impl StructuralEq for ParamRoute
impl StructuralPartialEq for ParamRoute
Auto Trait Implementations§
impl RefUnwindSafe for ParamRoute
impl Send for ParamRoute
impl Sync for ParamRoute
impl Unpin for ParamRoute
impl UnwindSafe for ParamRoute
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