#[repr(u32)]pub enum IREndness {
Iend_LE = 4_608,
Iend_BE = 4_609,
}
Variants§
Trait Implementations§
impl Copy for IREndness
impl Eq for IREndness
impl StructuralPartialEq for IREndness
Auto Trait Implementations§
impl Freeze for IREndness
impl RefUnwindSafe for IREndness
impl Send for IREndness
impl Sync for IREndness
impl Unpin for IREndness
impl UnwindSafe for IREndness
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