Struct wireplumber::core::ObjectFeatures
source · pub struct ObjectFeatures(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for ObjectFeatures
impl Clone for ObjectFeatures
source§fn clone(&self) -> ObjectFeatures
fn clone(&self) -> ObjectFeatures
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 ObjectFeatures
impl Debug for ObjectFeatures
source§impl Default for ObjectFeatures
impl Default for ObjectFeatures
source§fn default() -> ObjectFeatures
fn default() -> ObjectFeatures
Returns the “default value” for a type. Read more
source§impl From<DbusFeatures> for ObjectFeatures
impl From<DbusFeatures> for ObjectFeatures
source§fn from(features: DbusFeatures) -> Self
fn from(features: DbusFeatures) -> Self
Converts to this type from the input type.
source§impl From<LinkFeatures> for ObjectFeatures
impl From<LinkFeatures> for ObjectFeatures
source§fn from(features: LinkFeatures) -> Self
fn from(features: LinkFeatures) -> Self
Converts to this type from the input type.
source§impl From<MetadataFeatures> for ObjectFeatures
impl From<MetadataFeatures> for ObjectFeatures
source§fn from(features: MetadataFeatures) -> Self
fn from(features: MetadataFeatures) -> Self
Converts to this type from the input type.
source§impl From<NodeFeatures> for ObjectFeatures
impl From<NodeFeatures> for ObjectFeatures
source§fn from(features: NodeFeatures) -> Self
fn from(features: NodeFeatures) -> Self
Converts to this type from the input type.
source§impl From<ObjectFeatures> for DbusFeatures
impl From<ObjectFeatures> for DbusFeatures
source§fn from(features: ObjectFeatures) -> DbusFeatures
fn from(features: ObjectFeatures) -> DbusFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for LinkFeatures
impl From<ObjectFeatures> for LinkFeatures
source§fn from(features: ObjectFeatures) -> LinkFeatures
fn from(features: ObjectFeatures) -> LinkFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for MetadataFeatures
impl From<ObjectFeatures> for MetadataFeatures
source§fn from(features: ObjectFeatures) -> MetadataFeatures
fn from(features: ObjectFeatures) -> MetadataFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for NodeFeatures
impl From<ObjectFeatures> for NodeFeatures
source§fn from(features: ObjectFeatures) -> NodeFeatures
fn from(features: ObjectFeatures) -> NodeFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for PluginFeatures
impl From<ObjectFeatures> for PluginFeatures
source§fn from(features: ObjectFeatures) -> PluginFeatures
fn from(features: ObjectFeatures) -> PluginFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for ProxyFeatures
impl From<ObjectFeatures> for ProxyFeatures
source§fn from(features: ObjectFeatures) -> ProxyFeatures
fn from(features: ObjectFeatures) -> ProxyFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for SessionItemFeatures
impl From<ObjectFeatures> for SessionItemFeatures
source§fn from(features: ObjectFeatures) -> SessionItemFeatures
fn from(features: ObjectFeatures) -> SessionItemFeatures
Converts to this type from the input type.
source§impl From<ObjectFeatures> for SpaDeviceFeatures
impl From<ObjectFeatures> for SpaDeviceFeatures
source§fn from(features: ObjectFeatures) -> SpaDeviceFeatures
fn from(features: ObjectFeatures) -> SpaDeviceFeatures
Converts to this type from the input type.
source§impl From<PluginFeatures> for ObjectFeatures
impl From<PluginFeatures> for ObjectFeatures
source§fn from(features: PluginFeatures) -> Self
fn from(features: PluginFeatures) -> Self
Converts to this type from the input type.
source§impl From<ProxyFeatures> for ObjectFeatures
impl From<ProxyFeatures> for ObjectFeatures
source§fn from(features: ProxyFeatures) -> Self
fn from(features: ProxyFeatures) -> Self
Converts to this type from the input type.
source§impl From<SessionItemFeatures> for ObjectFeatures
impl From<SessionItemFeatures> for ObjectFeatures
source§fn from(features: SessionItemFeatures) -> Self
fn from(features: SessionItemFeatures) -> Self
Converts to this type from the input type.
source§impl From<SpaDeviceFeatures> for ObjectFeatures
impl From<SpaDeviceFeatures> for ObjectFeatures
source§fn from(features: SpaDeviceFeatures) -> Self
fn from(features: SpaDeviceFeatures) -> Self
Converts to this type from the input type.
source§impl From<u32> for ObjectFeatures
impl From<u32> for ObjectFeatures
source§impl Hash for ObjectFeatures
impl Hash for ObjectFeatures
source§impl Into<u32> for ObjectFeatures
impl Into<u32> for ObjectFeatures
source§impl IntoGlib for ObjectFeatures
impl IntoGlib for ObjectFeatures
source§impl Ord for ObjectFeatures
impl Ord for ObjectFeatures
source§fn cmp(&self, other: &ObjectFeatures) -> Ordering
fn cmp(&self, other: &ObjectFeatures) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ObjectFeatures
impl PartialEq for ObjectFeatures
source§fn eq(&self, other: &ObjectFeatures) -> bool
fn eq(&self, other: &ObjectFeatures) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ObjectFeatures
impl PartialOrd for ObjectFeatures
source§fn partial_cmp(&self, other: &ObjectFeatures) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectFeatures) -> Option<Ordering>
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 moreimpl Copy for ObjectFeatures
impl Eq for ObjectFeatures
impl StructuralPartialEq for ObjectFeatures
Auto Trait Implementations§
impl Freeze for ObjectFeatures
impl RefUnwindSafe for ObjectFeatures
impl Send for ObjectFeatures
impl Sync for ObjectFeatures
impl Unpin for ObjectFeatures
impl UnwindSafe for ObjectFeatures
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