pub enum Addrlenselect {
_24bits = 0,
_32bits = 1,
}
Expand description
Address Length
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Addrlenselect
impl Clone for Addrlenselect
Source§fn clone(&self) -> Addrlenselect
fn clone(&self) -> Addrlenselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Addrlenselect
impl Debug for Addrlenselect
Source§impl From<Addrlenselect> for bool
impl From<Addrlenselect> for bool
Source§fn from(variant: Addrlenselect) -> Self
fn from(variant: Addrlenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Addrlenselect
impl PartialEq for Addrlenselect
impl Copy for Addrlenselect
impl Eq for Addrlenselect
impl StructuralPartialEq for Addrlenselect
Auto Trait Implementations§
impl Freeze for Addrlenselect
impl RefUnwindSafe for Addrlenselect
impl Send for Addrlenselect
impl Sync for Addrlenselect
impl Unpin for Addrlenselect
impl UnwindSafe for Addrlenselect
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