Struct windows_sys::Win32::Storage::Cabinets::FDIDECRYPT_0_1
[−]#[repr(C)]pub struct FDIDECRYPT_0_1 {
pub pDataReserve: *mut c_void,
pub cbDataReserve: u16,
pub pbData: *mut c_void,
pub cbData: u16,
pub fSplit: BOOL,
pub cbPartial: u16,
}
Expand description
Required features: "Win32_Storage_Cabinets"
, "Win32_Foundation"
Fields
pDataReserve: *mut c_void
cbDataReserve: u16
pbData: *mut c_void
cbData: u16
fSplit: BOOL
cbPartial: u16
Trait Implementations
impl Clone for FDIDECRYPT_0_1
impl Clone for FDIDECRYPT_0_1
impl Copy for FDIDECRYPT_0_1
Auto Trait Implementations
impl RefUnwindSafe for FDIDECRYPT_0_1
impl !Send for FDIDECRYPT_0_1
impl !Sync for FDIDECRYPT_0_1
impl Unpin for FDIDECRYPT_0_1
impl UnwindSafe for FDIDECRYPT_0_1
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