Struct windows_sys::Wdk::Storage::FileSystem::CC_ERROR_CALLBACK_CONTEXT
#[repr(C)]pub struct CC_ERROR_CALLBACK_CONTEXT {
pub NodeByteSize: i16,
pub ErrorCode: NTSTATUS,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§NodeByteSize: i16
§ErrorCode: NTSTATUS
Trait Implementations§
§impl Clone for CC_ERROR_CALLBACK_CONTEXT
impl Clone for CC_ERROR_CALLBACK_CONTEXT
impl Copy for CC_ERROR_CALLBACK_CONTEXT
Auto Trait Implementations§
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