Struct Sbs
pub struct Sbs { /* private fields */ }
Expand description
System configuration, boot and security
Implementations§
Trait Implementations§
impl Copy for Sbs
impl Eq for Sbs
impl Send for Sbs
impl StructuralPartialEq for Sbs
impl Sync for Sbs
Auto Trait Implementations§
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