#[repr(C)]pub struct _FSCTL_OFFLOAD_WRITE_OUTPUT {
pub Size: DWORD,
pub Flags: DWORD,
pub LengthWritten: DWORDLONG,
}
Fields§
§Size: DWORD
§Flags: DWORD
§LengthWritten: DWORDLONG
Trait Implementations§
Source§impl Clone for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Clone for _FSCTL_OFFLOAD_WRITE_OUTPUT
Source§fn clone(&self) -> _FSCTL_OFFLOAD_WRITE_OUTPUT
fn clone(&self) -> _FSCTL_OFFLOAD_WRITE_OUTPUT
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 moreSource§impl Debug for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Debug for _FSCTL_OFFLOAD_WRITE_OUTPUT
Source§impl Ord for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Ord for _FSCTL_OFFLOAD_WRITE_OUTPUT
Source§fn cmp(&self, other: &_FSCTL_OFFLOAD_WRITE_OUTPUT) -> Ordering
fn cmp(&self, other: &_FSCTL_OFFLOAD_WRITE_OUTPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl PartialOrd for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Copy for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Eq for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl StructuralPartialEq for _FSCTL_OFFLOAD_WRITE_OUTPUT
Auto Trait Implementations§
impl Freeze for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl RefUnwindSafe for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Send for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Sync for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl Unpin for _FSCTL_OFFLOAD_WRITE_OUTPUT
impl UnwindSafe for _FSCTL_OFFLOAD_WRITE_OUTPUT
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