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