pub struct Sopcm_SPEC;Trait Implementations§
Source§impl Clone for Sopcm_SPEC
impl Clone for Sopcm_SPEC
Source§fn clone(&self) -> Sopcm_SPEC
fn clone(&self) -> Sopcm_SPEC
Returns a duplicate 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 Ord for Sopcm_SPEC
impl Ord for Sopcm_SPEC
Source§fn cmp(&self, other: &Sopcm_SPEC) -> Ordering
fn cmp(&self, other: &Sopcm_SPEC) -> 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 Sopcm_SPEC
impl PartialEq for Sopcm_SPEC
Source§impl PartialOrd for Sopcm_SPEC
impl PartialOrd for Sopcm_SPEC
impl Copy for Sopcm_SPEC
impl Eq for Sopcm_SPEC
impl StructuralPartialEq for Sopcm_SPEC
Auto Trait Implementations§
impl Freeze for Sopcm_SPEC
impl RefUnwindSafe for Sopcm_SPEC
impl Send for Sopcm_SPEC
impl Sync for Sopcm_SPEC
impl Unpin for Sopcm_SPEC
impl UnwindSafe for Sopcm_SPEC
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