#[repr(transparent)]pub struct LogPageIdentifier(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl LogPageIdentifier
impl LogPageIdentifier
pub const SUPPORTED_LOG_PAGES: LogPageIdentifier
pub const ERROR_INFORMATION: LogPageIdentifier
pub const HEALTH_INFORMATION: LogPageIdentifier
pub const FIRMWARE_SLOT_INFORMATION: LogPageIdentifier
pub const CHANGED_NAMESPACE_LIST: LogPageIdentifier
Trait Implementations§
Source§impl Clone for LogPageIdentifier
impl Clone for LogPageIdentifier
Source§fn clone(&self) -> LogPageIdentifier
fn clone(&self) -> LogPageIdentifier
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 LogPageIdentifier
impl Debug for LogPageIdentifier
Source§impl Hash for LogPageIdentifier
impl Hash for LogPageIdentifier
Source§impl Ord for LogPageIdentifier
impl Ord for LogPageIdentifier
Source§fn cmp(&self, other: &LogPageIdentifier) -> Ordering
fn cmp(&self, other: &LogPageIdentifier) -> 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 LogPageIdentifier
impl PartialEq for LogPageIdentifier
Source§impl PartialOrd for LogPageIdentifier
impl PartialOrd for LogPageIdentifier
impl Copy for LogPageIdentifier
impl Eq for LogPageIdentifier
impl StructuralPartialEq for LogPageIdentifier
Auto Trait Implementations§
impl Freeze for LogPageIdentifier
impl RefUnwindSafe for LogPageIdentifier
impl Send for LogPageIdentifier
impl Sync for LogPageIdentifier
impl Unpin for LogPageIdentifier
impl UnwindSafe for LogPageIdentifier
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