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