Struct windows::Win32::Storage::FileSystem::LOG_MANAGEMENT_CALLBACKS
#[repr(C)]pub struct LOG_MANAGEMENT_CALLBACKS {
pub CallbackContext: *mut c_void,
pub AdvanceTailCallback: PLOG_TAIL_ADVANCE_CALLBACK,
pub LogFullHandlerCallback: PLOG_FULL_HANDLER_CALLBACK,
pub LogUnpinnedCallback: PLOG_UNPINNED_CALLBACK,
}
Fields§
§CallbackContext: *mut c_void
§AdvanceTailCallback: PLOG_TAIL_ADVANCE_CALLBACK
§LogFullHandlerCallback: PLOG_FULL_HANDLER_CALLBACK
§LogUnpinnedCallback: PLOG_UNPINNED_CALLBACK
Trait Implementations§
§impl Clone for LOG_MANAGEMENT_CALLBACKS
impl Clone for LOG_MANAGEMENT_CALLBACKS
§fn clone(&self) -> LOG_MANAGEMENT_CALLBACKS
fn clone(&self) -> LOG_MANAGEMENT_CALLBACKS
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 LOG_MANAGEMENT_CALLBACKS
impl Debug for LOG_MANAGEMENT_CALLBACKS
§impl Default for LOG_MANAGEMENT_CALLBACKS
impl Default for LOG_MANAGEMENT_CALLBACKS
impl Copy for LOG_MANAGEMENT_CALLBACKS
Auto Trait Implementations§
impl Freeze for LOG_MANAGEMENT_CALLBACKS
impl RefUnwindSafe for LOG_MANAGEMENT_CALLBACKS
impl !Send for LOG_MANAGEMENT_CALLBACKS
impl !Sync for LOG_MANAGEMENT_CALLBACKS
impl Unpin for LOG_MANAGEMENT_CALLBACKS
impl UnwindSafe for LOG_MANAGEMENT_CALLBACKS
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
)