#[repr(C, packed(1))]pub struct SafeBootInfoTable { /* private fields */ }
Trait Implementations§
Source§impl Clone for SafeBootInfoTable
impl Clone for SafeBootInfoTable
Source§fn clone(&self) -> SafeBootInfoTable
fn clone(&self) -> SafeBootInfoTable
Returns a copy 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 SafeBootInfoTable
impl Debug for SafeBootInfoTable
impl Copy for SafeBootInfoTable
Auto Trait Implementations§
impl Freeze for SafeBootInfoTable
impl RefUnwindSafe for SafeBootInfoTable
impl Send for SafeBootInfoTable
impl Sync for SafeBootInfoTable
impl Unpin for SafeBootInfoTable
impl UnwindSafe for SafeBootInfoTable
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