#[repr(C)]pub enum BaseRepr {
C = 0,
Rust = 1,
Transparent = 2,
}
Expand description
Underlying byte layout representation
Variants§
Trait Implementations§
impl Copy for BaseRepr
impl Eq for BaseRepr
impl StructuralPartialEq for BaseRepr
Auto Trait Implementations§
impl Freeze for BaseRepr
impl RefUnwindSafe for BaseRepr
impl Send for BaseRepr
impl Sync for BaseRepr
impl Unpin for BaseRepr
impl UnwindSafe for BaseRepr
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