Struct windows_sys::Win32::System::Ioctl::STORAGE_RPMB_DESCRIPTOR
[−]#[repr(C)]pub struct STORAGE_RPMB_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub SizeInBytes: u32,
pub MaxReliableWriteSizeInBytes: u32,
pub FrameFormat: STORAGE_RPMB_FRAME_TYPE,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
SizeInBytes: u32
MaxReliableWriteSizeInBytes: u32
FrameFormat: STORAGE_RPMB_FRAME_TYPE
Trait Implementations
impl Clone for STORAGE_RPMB_DESCRIPTOR
impl Clone for STORAGE_RPMB_DESCRIPTOR
impl Copy for STORAGE_RPMB_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_RPMB_DESCRIPTOR
impl Send for STORAGE_RPMB_DESCRIPTOR
impl Sync for STORAGE_RPMB_DESCRIPTOR
impl Unpin for STORAGE_RPMB_DESCRIPTOR
impl UnwindSafe for STORAGE_RPMB_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more