#[repr(transparent)]pub struct DeltaIndicator(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl DeltaIndicator
impl DeltaIndicator
pub fn from_u8(byte: u8) -> Self
pub fn to_u8(&self) -> u8
pub fn is_datacomp(&self) -> bool
pub fn is_instcomp(&self) -> bool
pub fn is_addrcomp(&self) -> bool
Trait Implementations§
Source§impl Clone for DeltaIndicator
impl Clone for DeltaIndicator
Source§fn clone(&self) -> DeltaIndicator
fn clone(&self) -> DeltaIndicator
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 DeltaIndicator
impl Debug for DeltaIndicator
Source§impl Default for DeltaIndicator
impl Default for DeltaIndicator
Source§fn default() -> DeltaIndicator
fn default() -> DeltaIndicator
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeltaIndicator
impl PartialEq for DeltaIndicator
impl Eq for DeltaIndicator
impl StructuralPartialEq for DeltaIndicator
Auto Trait Implementations§
impl Freeze for DeltaIndicator
impl RefUnwindSafe for DeltaIndicator
impl Send for DeltaIndicator
impl Sync for DeltaIndicator
impl Unpin for DeltaIndicator
impl UnwindSafe for DeltaIndicator
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