Struct FDIDECRYPT_0_1
#[repr(C)]pub struct FDIDECRYPT_0_1 {
pub pFolderReserve: *mut c_void,
pub cbFolderReserve: u16,
pub iFolder: u16,
}
Fields§
§pFolderReserve: *mut c_void
§cbFolderReserve: u16
§iFolder: u16
Trait Implementations§
§impl Clone for FDIDECRYPT_0_1
impl Clone for FDIDECRYPT_0_1
§fn clone(&self) -> FDIDECRYPT_0_1
fn clone(&self) -> FDIDECRYPT_0_1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FDIDECRYPT_0_1
impl Debug for FDIDECRYPT_0_1
§impl Default for FDIDECRYPT_0_1
impl Default for FDIDECRYPT_0_1
§impl PartialEq for FDIDECRYPT_0_1
impl PartialEq for FDIDECRYPT_0_1
impl Copy for FDIDECRYPT_0_1
impl StructuralPartialEq for FDIDECRYPT_0_1
Auto Trait Implementations§
impl Freeze for FDIDECRYPT_0_1
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more