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 (const: unstable) · 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 Immediate8
impl Debug for Immediate8
Source§impl From<Immediate8> for Offset
impl From<Immediate8> for Offset
Source§fn from(value: Immediate8) -> Self
fn from(value: Immediate8) -> Self
Converts to this type from the input type.
Source§impl From<Immediate8> for i8
impl From<Immediate8> for i8
Source§fn from(value: Immediate8) -> Self
fn from(value: Immediate8) -> Self
Converts to this type from the input type.
Source§impl From<Immediate8> for u8
impl From<Immediate8> for u8
Source§fn from(value: Immediate8) -> Self
fn from(value: Immediate8) -> Self
Converts to this type from the input type.
Source§impl From<i8> for Immediate8
impl From<i8> for Immediate8
Source§impl From<u8> for Immediate8
impl From<u8> for Immediate8
Source§impl Hash for Immediate8
impl Hash for Immediate8
Source§impl PartialEq for Immediate8
impl PartialEq for Immediate8
Source§fn eq(&self, other: &Immediate8) -> bool
fn eq(&self, other: &Immediate8) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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