pub struct CDSPImmediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CDSPImmediate
impl Clone for CDSPImmediate
Source§fn clone(&self) -> CDSPImmediate
fn clone(&self) -> CDSPImmediate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CDSPImmediate
Source§impl Debug for CDSPImmediate
impl Debug for CDSPImmediate
Source§impl Display for CDSPImmediate
impl Display for CDSPImmediate
Source§impl Into<i64> for CDSPImmediate
impl Into<i64> for CDSPImmediate
Source§impl PartialEq for CDSPImmediate
impl PartialEq for CDSPImmediate
Source§fn eq(&self, other: &CDSPImmediate) -> bool
fn eq(&self, other: &CDSPImmediate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CDSPImmediate
Auto Trait Implementations§
impl Freeze for CDSPImmediate
impl RefUnwindSafe for CDSPImmediate
impl Send for CDSPImmediate
impl Sync for CDSPImmediate
impl Unpin for CDSPImmediate
impl UnsafeUnpin for CDSPImmediate
impl UnwindSafe for CDSPImmediate
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