pub struct Bytes1(pub [u8; 1]);
Tuple Fields§
§0: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bytes1
impl RefUnwindSafe for Bytes1
impl Send for Bytes1
impl Sync for Bytes1
impl Unpin for Bytes1
impl UnwindSafe for Bytes1
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