Struct windows_sys::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,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"
Fields
CallbackContext: *mut c_voidAdvanceTailCallback: PLOG_TAIL_ADVANCE_CALLBACKLogFullHandlerCallback: PLOG_FULL_HANDLER_CALLBACKLogUnpinnedCallback: PLOG_UNPINNED_CALLBACKTrait Implementations
impl Clone for LOG_MANAGEMENT_CALLBACKS
impl Clone for LOG_MANAGEMENT_CALLBACKS
impl Copy for LOG_MANAGEMENT_CALLBACKS
Auto Trait Implementations
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
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