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