Struct windows_sys::Win32::System::Ioctl::REQUEST_RAW_ENCRYPTED_DATA
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
FileOffset: i64
Length: u32
Trait Implementations
impl Clone for REQUEST_RAW_ENCRYPTED_DATA
impl Clone for REQUEST_RAW_ENCRYPTED_DATA
impl Copy for REQUEST_RAW_ENCRYPTED_DATA
Auto Trait Implementations
impl RefUnwindSafe for REQUEST_RAW_ENCRYPTED_DATA
impl Send for REQUEST_RAW_ENCRYPTED_DATA
impl Sync for REQUEST_RAW_ENCRYPTED_DATA
impl Unpin for REQUEST_RAW_ENCRYPTED_DATA
impl UnwindSafe for REQUEST_RAW_ENCRYPTED_DATA
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