pub enum ADDRLEN_A {
_24BITS,
_32BITS,
}
Expand description
Address Length
Value on reset: 0
Variants
_24BITS
0: 24-bits address length
_32BITS
1: 32-bits address length
Trait Implementations
impl Copy for ADDRLEN_A
impl StructuralPartialEq for ADDRLEN_A
Auto Trait Implementations
impl RefUnwindSafe for ADDRLEN_A
impl Send for ADDRLEN_A
impl Sync for ADDRLEN_A
impl Unpin for ADDRLEN_A
impl UnwindSafe for ADDRLEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more