pub struct Immediate8 { /* private fields */ }
Expand description
Represents an 8-bit immediate value.
Implementations§
Trait Implementations§
Source§impl Clone for Immediate8
impl Clone for Immediate8
Source§fn clone(&self) -> Immediate8
fn clone(&self) -> Immediate8
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Immediate8
impl Debug for Immediate8
Source§impl Hash for Immediate8
impl Hash for Immediate8
Source§impl PartialEq for Immediate8
impl PartialEq for Immediate8
impl Copy for Immediate8
impl Eq for Immediate8
impl StructuralPartialEq for Immediate8
Auto Trait Implementations§
impl Freeze for Immediate8
impl RefUnwindSafe for Immediate8
impl Send for Immediate8
impl Sync for Immediate8
impl Unpin for Immediate8
impl UnwindSafe for Immediate8
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