#[repr(u8)]pub enum Atbytes {
LOW = 0,
HIGH = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Atbytes
impl Ord for Atbytes
Source§impl PartialOrd for Atbytes
impl PartialOrd for Atbytes
impl Copy for Atbytes
impl Eq for Atbytes
impl StructuralPartialEq for Atbytes
Auto Trait Implementations§
impl Freeze for Atbytes
impl RefUnwindSafe for Atbytes
impl Send for Atbytes
impl Sync for Atbytes
impl Unpin for Atbytes
impl UnwindSafe for Atbytes
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
)