pub struct AddressAndLengthFormatIdentifier(/* private fields */);Expand description
This parameter is a one Byte value with each nibble encoded separately (see Table H.1 for example values): — bit 7 - 4: Length (number of bytes) of the memorySize parameter — bit 3 - 0: Length (number of bytes) of the memoryAddress parameter
Implementations§
Trait Implementations§
Source§impl Clone for AddressAndLengthFormatIdentifier
impl Clone for AddressAndLengthFormatIdentifier
Source§fn clone(&self) -> AddressAndLengthFormatIdentifier
fn clone(&self) -> AddressAndLengthFormatIdentifier
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 Into<u8> for AddressAndLengthFormatIdentifier
impl Into<u8> for AddressAndLengthFormatIdentifier
Source§impl PartialEq for AddressAndLengthFormatIdentifier
impl PartialEq for AddressAndLengthFormatIdentifier
Source§fn eq(&self, other: &AddressAndLengthFormatIdentifier) -> bool
fn eq(&self, other: &AddressAndLengthFormatIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u8> for AddressAndLengthFormatIdentifier
impl TryFrom<u8> for AddressAndLengthFormatIdentifier
impl Copy for AddressAndLengthFormatIdentifier
impl Eq for AddressAndLengthFormatIdentifier
impl StructuralPartialEq for AddressAndLengthFormatIdentifier
Auto Trait Implementations§
impl Freeze for AddressAndLengthFormatIdentifier
impl RefUnwindSafe for AddressAndLengthFormatIdentifier
impl Send for AddressAndLengthFormatIdentifier
impl Sync for AddressAndLengthFormatIdentifier
impl Unpin for AddressAndLengthFormatIdentifier
impl UnwindSafe for AddressAndLengthFormatIdentifier
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