Struct windows::Wdk::Storage::FileSystem::CC_ERROR_CALLBACK_CONTEXT
#[repr(C)]pub struct CC_ERROR_CALLBACK_CONTEXT {
pub NodeByteSize: i16,
pub ErrorCode: NTSTATUS,
}
Fields§
§NodeByteSize: i16
§ErrorCode: NTSTATUS
Trait Implementations§
§impl Clone for CC_ERROR_CALLBACK_CONTEXT
impl Clone for CC_ERROR_CALLBACK_CONTEXT
§fn clone(&self) -> CC_ERROR_CALLBACK_CONTEXT
fn clone(&self) -> CC_ERROR_CALLBACK_CONTEXT
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 CC_ERROR_CALLBACK_CONTEXT
impl Debug for CC_ERROR_CALLBACK_CONTEXT
§impl Default for CC_ERROR_CALLBACK_CONTEXT
impl Default for CC_ERROR_CALLBACK_CONTEXT
§impl PartialEq for CC_ERROR_CALLBACK_CONTEXT
impl PartialEq for CC_ERROR_CALLBACK_CONTEXT
§fn eq(&self, other: &CC_ERROR_CALLBACK_CONTEXT) -> bool
fn eq(&self, other: &CC_ERROR_CALLBACK_CONTEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CC_ERROR_CALLBACK_CONTEXT
impl Eq for CC_ERROR_CALLBACK_CONTEXT
impl StructuralPartialEq for CC_ERROR_CALLBACK_CONTEXT
Auto Trait Implementations§
impl Freeze for CC_ERROR_CALLBACK_CONTEXT
impl RefUnwindSafe for CC_ERROR_CALLBACK_CONTEXT
impl Send for CC_ERROR_CALLBACK_CONTEXT
impl Sync for CC_ERROR_CALLBACK_CONTEXT
impl Unpin for CC_ERROR_CALLBACK_CONTEXT
impl UnwindSafe for CC_ERROR_CALLBACK_CONTEXT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)