pub struct CWSPImmediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CWSPImmediate
impl Clone for CWSPImmediate
Source§fn clone(&self) -> CWSPImmediate
fn clone(&self) -> CWSPImmediate
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 CWSPImmediate
Source§impl Debug for CWSPImmediate
impl Debug for CWSPImmediate
Source§impl Display for CWSPImmediate
impl Display for CWSPImmediate
Source§impl Into<i64> for CWSPImmediate
impl Into<i64> for CWSPImmediate
Source§impl PartialEq for CWSPImmediate
impl PartialEq for CWSPImmediate
Source§fn eq(&self, other: &CWSPImmediate) -> bool
fn eq(&self, other: &CWSPImmediate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CWSPImmediate
Auto Trait Implementations§
impl Freeze for CWSPImmediate
impl RefUnwindSafe for CWSPImmediate
impl Send for CWSPImmediate
impl Sync for CWSPImmediate
impl Unpin for CWSPImmediate
impl UnsafeUnpin for CWSPImmediate
impl UnwindSafe for CWSPImmediate
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