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