pub struct SnpBootConfig {
pub c_bit: u8,
}Expand description
Enables allocation of the SEV-SNP Linux boot protocol pages.
Fields§
§c_bit: u8The page-table bit that marks private memory.
Trait Implementations§
Source§impl Clone for SnpBootConfig
impl Clone for SnpBootConfig
Source§fn clone(&self) -> SnpBootConfig
fn clone(&self) -> SnpBootConfig
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 SnpBootConfig
impl Debug for SnpBootConfig
impl Copy for SnpBootConfig
Auto Trait Implementations§
impl Freeze for SnpBootConfig
impl RefUnwindSafe for SnpBootConfig
impl Send for SnpBootConfig
impl Sync for SnpBootConfig
impl Unpin for SnpBootConfig
impl UnsafeUnpin for SnpBootConfig
impl UnwindSafe for SnpBootConfig
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