#[repr(C, packed(1))]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 IntoBytes for char_ulewhere
u32: IntoBytes,
impl IntoBytes for char_ulewhere
u32: IntoBytes,
Source§impl KnownLayout for char_ulewhere
u32: KnownLayout,
impl KnownLayout for char_ulewhere
u32: KnownLayout,
Source§type PointerMetadata = <u32 as KnownLayout>::PointerMetadata
type PointerMetadata = <u32 as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self
. Read moreSource§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
impl Immutable for char_ulewhere
u32: Immutable,
impl Unaligned 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)