pub struct PREFIX1 { /* private fields */ }Expand description
Prefixes bytes for logical addresses 4-7
Implementations§
Auto Trait Implementations§
impl !Freeze for PREFIX1
impl !RefUnwindSafe for PREFIX1
impl Send for PREFIX1
impl !Sync for PREFIX1
impl Unpin for PREFIX1
impl UnsafeUnpin for PREFIX1
impl UnwindSafe for PREFIX1
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