#[repr(C)]pub struct LOG_MANAGEMENT_CALLBACKS {
pub CallbackContext: *mut c_void,
pub AdvanceTailCallback: Option<PLOG_TAIL_ADVANCE_CALLBACK>,
pub LogFullHandlerCallback: Option<PLOG_FULL_HANDLER_CALLBACK>,
pub LogUnpinnedCallback: Option<PLOG_UNPINNED_CALLBACK>,
}Fields§
§CallbackContext: *mut c_void§AdvanceTailCallback: Option<PLOG_TAIL_ADVANCE_CALLBACK>§LogFullHandlerCallback: Option<PLOG_FULL_HANDLER_CALLBACK>§LogUnpinnedCallback: Option<PLOG_UNPINNED_CALLBACK>Trait Implementations§
Source§impl Abi for LOG_MANAGEMENT_CALLBACKS
impl Abi for LOG_MANAGEMENT_CALLBACKS
Source§type Abi = LOG_MANAGEMENT_CALLBACKS_abi
type Abi = LOG_MANAGEMENT_CALLBACKS_abi
The abi representation of the implementing type. Read more
type DefaultType = LOG_MANAGEMENT_CALLBACKS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for LOG_MANAGEMENT_CALLBACKS
impl Clone for LOG_MANAGEMENT_CALLBACKS
Source§fn clone(&self) -> LOG_MANAGEMENT_CALLBACKS
fn clone(&self) -> LOG_MANAGEMENT_CALLBACKS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LOG_MANAGEMENT_CALLBACKS
impl Debug for LOG_MANAGEMENT_CALLBACKS
Source§impl Default for LOG_MANAGEMENT_CALLBACKS
impl Default for LOG_MANAGEMENT_CALLBACKS
impl Eq for LOG_MANAGEMENT_CALLBACKS
Auto Trait Implementations§
impl !Send for LOG_MANAGEMENT_CALLBACKS
impl !Sync for LOG_MANAGEMENT_CALLBACKS
impl Freeze for LOG_MANAGEMENT_CALLBACKS
impl RefUnwindSafe for LOG_MANAGEMENT_CALLBACKS
impl Unpin for LOG_MANAGEMENT_CALLBACKS
impl UnsafeUnpin 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