Union windows_sys::Win32::Storage::Cabinets::FDIDECRYPT_0
[−]#[repr(C)]
pub union FDIDECRYPT_0 {
pub cabinet: FDIDECRYPT_0_0,
pub folder: FDIDECRYPT_0_2,
pub decrypt: FDIDECRYPT_0_1,
}
Expand description
Required features: ‘Win32_Storage_Cabinets’, ‘Win32_Foundation’
Fields
cabinet: FDIDECRYPT_0_0
folder: FDIDECRYPT_0_2
decrypt: FDIDECRYPT_0_1
Trait Implementations
impl Clone for FDIDECRYPT_0
impl Clone for FDIDECRYPT_0
impl Copy for FDIDECRYPT_0
Auto Trait Implementations
impl RefUnwindSafe for FDIDECRYPT_0
impl !Send for FDIDECRYPT_0
impl !Sync for FDIDECRYPT_0
impl Unpin for FDIDECRYPT_0
impl UnwindSafe for FDIDECRYPT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more