#[repr(i32)]pub enum PrctlEndian {
PR_ENDIAN_BIG = 0,
PR_ENDIAN_LITTLE = 1,
PR_ENDIAN_PPC_LITTLE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for PrctlEndian
impl Clone for PrctlEndian
Source§fn clone(&self) -> PrctlEndian
fn clone(&self) -> PrctlEndian
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrctlEndian
impl Debug for PrctlEndian
Source§impl PartialEq for PrctlEndian
impl PartialEq for PrctlEndian
impl Copy for PrctlEndian
impl StructuralPartialEq for PrctlEndian
Auto Trait Implementations§
impl Freeze for PrctlEndian
impl RefUnwindSafe for PrctlEndian
impl Send for PrctlEndian
impl Sync for PrctlEndian
impl Unpin for PrctlEndian
impl UnwindSafe for PrctlEndian
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