pub struct char_le(/* private fields */);Expand description
A little-endian u32 with a guaranteed size and alignment of 4.
Implementations§
Trait Implementations§
Source§impl Ord for char_le
impl Ord for char_le
Source§impl PartialOrd<char> for char_le
impl PartialOrd<char> for char_le
Source§impl PartialOrd for char_le
impl PartialOrd for char_le
impl Copy for char_le
impl Eq for char_le
Auto Trait Implementations§
impl Freeze for char_le
impl RefUnwindSafe for char_le
impl Send for char_le
impl Sync for char_le
impl Unpin for char_le
impl UnwindSafe for char_le
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