pub enum PulseControlSpecparam {
WithoutDescriptor(Box<PulseControlSpecparamWithoutDescriptor>),
WithDescriptor(Box<PulseControlSpecparamWithDescriptor>),
}Variants
WithoutDescriptor(Box<PulseControlSpecparamWithoutDescriptor>)
WithDescriptor(Box<PulseControlSpecparamWithDescriptor>)
Trait Implementations
sourceimpl Clone for PulseControlSpecparam
impl Clone for PulseControlSpecparam
sourcefn clone(&self) -> PulseControlSpecparam
fn clone(&self) -> PulseControlSpecparam
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PulseControlSpecparam
impl Debug for PulseControlSpecparam
sourceimpl<'a> From<&'a PulseControlSpecparam> for RefNodes<'a>
impl<'a> From<&'a PulseControlSpecparam> for RefNodes<'a>
sourcefn from(x: &'a PulseControlSpecparam) -> Self
fn from(x: &'a PulseControlSpecparam) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a PulseControlSpecparam> for RefNode<'a>
impl<'a> From<&'a PulseControlSpecparam> for RefNode<'a>
sourcefn from(x: &'a PulseControlSpecparam) -> Self
fn from(x: &'a PulseControlSpecparam) -> Self
Converts to this type from the input type.
sourceimpl From<PulseControlSpecparam> for AnyNode
impl From<PulseControlSpecparam> for AnyNode
sourcefn from(x: PulseControlSpecparam) -> Self
fn from(x: PulseControlSpecparam) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a PulseControlSpecparam
impl<'a> IntoIterator for &'a PulseControlSpecparam
sourceimpl PartialEq<PulseControlSpecparam> for PulseControlSpecparam
impl PartialEq<PulseControlSpecparam> for PulseControlSpecparam
sourcefn eq(&self, other: &PulseControlSpecparam) -> bool
fn eq(&self, other: &PulseControlSpecparam) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PulseControlSpecparam) -> bool
fn ne(&self, other: &PulseControlSpecparam) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a PulseControlSpecparam> for Locate
impl<'a> TryFrom<&'a PulseControlSpecparam> for Locate
sourceimpl TryFrom<AnyNode> for PulseControlSpecparam
impl TryFrom<AnyNode> for PulseControlSpecparam
sourceimpl TryFrom<PulseControlSpecparam> for Locate
impl TryFrom<PulseControlSpecparam> for Locate
impl StructuralPartialEq for PulseControlSpecparam
Auto Trait Implementations
impl RefUnwindSafe for PulseControlSpecparam
impl Send for PulseControlSpecparam
impl Sync for PulseControlSpecparam
impl Unpin for PulseControlSpecparam
impl UnwindSafe for PulseControlSpecparam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more