pub struct VariableIdentifier { /* private fields */ }Expand description
Uniquely identifies a UEFI variable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariableIdentifier
impl RefUnwindSafe for VariableIdentifier
impl Send for VariableIdentifier
impl Sync for VariableIdentifier
impl Unpin for VariableIdentifier
impl UnwindSafe for VariableIdentifier
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