#[repr(C)]pub struct STORAGE_FIRMWARE_SLOT_INFO_Revision(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl Clone for STORAGE_FIRMWARE_SLOT_INFO_Revision
Source§fn clone(&self) -> STORAGE_FIRMWARE_SLOT_INFO_Revision
fn clone(&self) -> STORAGE_FIRMWARE_SLOT_INFO_Revision
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 Default for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl Default for STORAGE_FIRMWARE_SLOT_INFO_Revision
Source§fn default() -> STORAGE_FIRMWARE_SLOT_INFO_Revision
fn default() -> STORAGE_FIRMWARE_SLOT_INFO_Revision
Returns the “default value” for a type. Read more
impl Copy for STORAGE_FIRMWARE_SLOT_INFO_Revision
Auto Trait Implementations§
impl Freeze for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl RefUnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl Send for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl Sync for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl Unpin for STORAGE_FIRMWARE_SLOT_INFO_Revision
impl UnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_Revision
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