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