pub struct C16SPImmediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for C16SPImmediate
impl Clone for C16SPImmediate
Source§fn clone(&self) -> C16SPImmediate
fn clone(&self) -> C16SPImmediate
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 C16SPImmediate
impl Debug for C16SPImmediate
Source§impl Display for C16SPImmediate
impl Display for C16SPImmediate
Source§impl Into<i64> for C16SPImmediate
impl Into<i64> for C16SPImmediate
Source§impl PartialEq for C16SPImmediate
impl PartialEq for C16SPImmediate
Source§impl TryFrom<i64> for C16SPImmediate
impl TryFrom<i64> for C16SPImmediate
impl Copy for C16SPImmediate
impl StructuralPartialEq for C16SPImmediate
Auto Trait Implementations§
impl Freeze for C16SPImmediate
impl RefUnwindSafe for C16SPImmediate
impl Send for C16SPImmediate
impl Sync for C16SPImmediate
impl Unpin for C16SPImmediate
impl UnwindSafe for C16SPImmediate
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