pub struct TableRevision(/* private fields */);
Expand description
Represents a Revision field in the EFI_TABLE_HEADER
.
Implementations§
Trait Implementations§
Source§impl Clone for TableRevision
impl Clone for TableRevision
Source§fn clone(&self) -> TableRevision
fn clone(&self) -> TableRevision
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 Ord for TableRevision
impl Ord for TableRevision
Source§fn cmp(&self, other: &TableRevision) -> Ordering
fn cmp(&self, other: &TableRevision) -> 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 TableRevision
impl PartialEq for TableRevision
Source§impl PartialOrd for TableRevision
impl PartialOrd for TableRevision
impl Copy for TableRevision
impl Eq for TableRevision
impl StructuralPartialEq for TableRevision
Auto Trait Implementations§
impl Freeze for TableRevision
impl RefUnwindSafe for TableRevision
impl Send for TableRevision
impl Sync for TableRevision
impl Unpin for TableRevision
impl UnwindSafe for TableRevision
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