pub struct LengthFormatIdentifier(/* private fields */);Expand description
This parameter is a one-byte value with each nibble encoded separately: ⎯ bit 7 - 4: length (number of bytes) of the maxNumberOfBlockLength parameter; ⎯ bit 3 - 0: reserved by document, to be set to 0 hex. The format of this parameter is compatible to the format of the addressAndLengthFormatIdentifier parameter contained in the request message, except that the lower nibble has to be set to 0 hex.
Implementations§
Trait Implementations§
Source§impl Clone for LengthFormatIdentifier
impl Clone for LengthFormatIdentifier
Source§fn clone(&self) -> LengthFormatIdentifier
fn clone(&self) -> LengthFormatIdentifier
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 LengthFormatIdentifier
impl Debug for LengthFormatIdentifier
Source§impl Default for LengthFormatIdentifier
impl Default for LengthFormatIdentifier
Source§fn default() -> LengthFormatIdentifier
fn default() -> LengthFormatIdentifier
Returns the “default value” for a type. Read more
Source§impl Into<u8> for LengthFormatIdentifier
impl Into<u8> for LengthFormatIdentifier
Source§impl PartialEq for LengthFormatIdentifier
impl PartialEq for LengthFormatIdentifier
Source§impl TryFrom<u8> for LengthFormatIdentifier
impl TryFrom<u8> for LengthFormatIdentifier
impl Copy for LengthFormatIdentifier
impl Eq for LengthFormatIdentifier
impl StructuralPartialEq for LengthFormatIdentifier
Auto Trait Implementations§
impl Freeze for LengthFormatIdentifier
impl RefUnwindSafe for LengthFormatIdentifier
impl Send for LengthFormatIdentifier
impl Sync for LengthFormatIdentifier
impl Unpin for LengthFormatIdentifier
impl UnwindSafe for LengthFormatIdentifier
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