#[repr(C, align(4))]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 IntoBytes for char_be
impl IntoBytes for char_be
Source§impl KnownLayout for char_bewhere
u32: KnownLayout,
impl KnownLayout for char_bewhere
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_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
impl Immutable for char_bewhere
u32: Immutable,
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 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
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
)