pub struct Words;Expand description
Encode number of words (registers).
Trait Implementations§
Source§impl SizeArgument for Words
impl SizeArgument for Words
Source§const BYTE_ALIGNMENT: u8 = 2
const BYTE_ALIGNMENT: u8 = 2
Required byte alignment: 1 for bits, 2 for words (registers).
Source§fn quantity_for<V: BitSize>() -> u16
fn quantity_for<V: BitSize>() -> u16
The quantity count to write on the wire for a value of type
V.Auto Trait Implementations§
impl Freeze for Words
impl RefUnwindSafe for Words
impl Send for Words
impl Sync for Words
impl Unpin for Words
impl UnsafeUnpin for Words
impl UnwindSafe for Words
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