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