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