pub struct SHEBootMode { /* private fields */ }Expand description
Secure Hardware Extension boot mode information.
Contains information about the SHE boot mode configuration.
Implementations§
Trait Implementations§
Source§impl Clone for SHEBootMode
impl Clone for SHEBootMode
Source§fn clone(&self) -> SHEBootMode
fn clone(&self) -> SHEBootMode
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 SHEBootMode
impl Debug for SHEBootMode
Source§impl Display for SHEBootMode
impl Display for SHEBootMode
impl Copy for SHEBootMode
Auto Trait Implementations§
impl Freeze for SHEBootMode
impl RefUnwindSafe for SHEBootMode
impl Send for SHEBootMode
impl Sync for SHEBootMode
impl Unpin for SHEBootMode
impl UnwindSafe for SHEBootMode
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