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