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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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§impl TryFrom<i64> for CWideImmediate
impl TryFrom<i64> for CWideImmediate
impl Copy for CWideImmediate
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 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