#[repr(u8)]pub enum BaseaddrChangeErrorIe {
BASEADDR_CHANGE_ERROR_IE_0 = 0,
BASEADDR_CHANGE_ERROR_IE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BaseaddrChangeErrorIe
impl Clone for BaseaddrChangeErrorIe
Source§fn clone(&self) -> BaseaddrChangeErrorIe
fn clone(&self) -> BaseaddrChangeErrorIe
Returns a duplicate 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 BaseaddrChangeErrorIe
impl Debug for BaseaddrChangeErrorIe
Source§impl From<BaseaddrChangeErrorIe> for u8
impl From<BaseaddrChangeErrorIe> for u8
Source§fn from(val: BaseaddrChangeErrorIe) -> u8
fn from(val: BaseaddrChangeErrorIe) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BaseaddrChangeErrorIe
impl From<u8> for BaseaddrChangeErrorIe
Source§fn from(val: u8) -> BaseaddrChangeErrorIe
fn from(val: u8) -> BaseaddrChangeErrorIe
Converts to this type from the input type.
Source§impl Ord for BaseaddrChangeErrorIe
impl Ord for BaseaddrChangeErrorIe
Source§fn cmp(&self, other: &BaseaddrChangeErrorIe) -> Ordering
fn cmp(&self, other: &BaseaddrChangeErrorIe) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BaseaddrChangeErrorIe
impl PartialEq for BaseaddrChangeErrorIe
Source§impl PartialOrd for BaseaddrChangeErrorIe
impl PartialOrd for BaseaddrChangeErrorIe
impl Copy for BaseaddrChangeErrorIe
impl Eq for BaseaddrChangeErrorIe
impl StructuralPartialEq for BaseaddrChangeErrorIe
Auto Trait Implementations§
impl Freeze for BaseaddrChangeErrorIe
impl RefUnwindSafe for BaseaddrChangeErrorIe
impl Send for BaseaddrChangeErrorIe
impl Sync for BaseaddrChangeErrorIe
impl Unpin for BaseaddrChangeErrorIe
impl UnwindSafe for BaseaddrChangeErrorIe
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