Struct windows_sys::Win32::Storage::Cabinets::FDIDECRYPT_0_0
[−]#[repr(C)]pub struct FDIDECRYPT_0_0 {
pub pHeaderReserve: *mut c_void,
pub cbHeaderReserve: u16,
pub setID: u16,
pub iCabinet: i32,
}
Expand description
Required features: "Win32_Storage_Cabinets"
, "Win32_Foundation"
Fields
pHeaderReserve: *mut c_void
cbHeaderReserve: u16
setID: u16
iCabinet: i32
Trait Implementations
impl Clone for FDIDECRYPT_0_0
impl Clone for FDIDECRYPT_0_0
impl Copy for FDIDECRYPT_0_0
Auto Trait Implementations
impl RefUnwindSafe for FDIDECRYPT_0_0
impl !Send for FDIDECRYPT_0_0
impl !Sync for FDIDECRYPT_0_0
impl Unpin for FDIDECRYPT_0_0
impl UnwindSafe for FDIDECRYPT_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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