Struct SecbootrSecbootLock
#[repr(transparent)]pub struct SecbootrSecbootLock(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl SecbootrSecbootLock
impl SecbootrSecbootLock
Trait Implementations§
§impl Clone for SecbootrSecbootLock
impl Clone for SecbootrSecbootLock
§fn clone(&self) -> SecbootrSecbootLock
fn clone(&self) -> SecbootrSecbootLock
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for SecbootrSecbootLock
impl Ord for SecbootrSecbootLock
§fn cmp(&self, other: &SecbootrSecbootLock) -> Ordering
fn cmp(&self, other: &SecbootrSecbootLock) -> 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
§impl PartialEq for SecbootrSecbootLock
impl PartialEq for SecbootrSecbootLock
§impl PartialOrd for SecbootrSecbootLock
impl PartialOrd for SecbootrSecbootLock
impl Copy for SecbootrSecbootLock
impl Eq for SecbootrSecbootLock
impl StructuralPartialEq for SecbootrSecbootLock
Auto Trait Implementations§
impl Freeze for SecbootrSecbootLock
impl RefUnwindSafe for SecbootrSecbootLock
impl Send for SecbootrSecbootLock
impl Sync for SecbootrSecbootLock
impl Unpin for SecbootrSecbootLock
impl UnwindSafe for SecbootrSecbootLock
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