pub struct char_ube(/* private fields */);Expand description
A big-endian unaligned u32 with a guaranteed size of 4 and alignment of 1.
Implementations§
Trait Implementations§
Source§impl<C> CheckBytes<C> for char_ube
Available on crate feature bytecheck only.
impl<C> CheckBytes<C> for char_ube
Available on crate feature
bytecheck only.Source§impl Ord for char_ube
impl Ord for char_ube
Source§impl PartialOrd<char> for char_ube
impl PartialOrd<char> for char_ube
Source§impl PartialOrd for char_ube
impl PartialOrd for char_ube
impl Copy for char_ube
impl Eq for char_ube
Auto Trait Implementations§
impl Freeze for char_ube
impl RefUnwindSafe for char_ube
impl Send for char_ube
impl Sync for char_ube
impl Unpin for char_ube
impl UnsafeUnpin for char_ube
impl UnwindSafe for char_ube
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