Struct CLFS_MGMT_NOTIFICATION
#[repr(C)]pub struct CLFS_MGMT_NOTIFICATION {
pub Notification: CLFS_MGMT_NOTIFICATION_TYPE,
pub Lsn: CLS_LSN,
pub LogIsPinned: u16,
}
Fields§
§Notification: CLFS_MGMT_NOTIFICATION_TYPE
§Lsn: CLS_LSN
§LogIsPinned: u16
Trait Implementations§
§impl Clone for CLFS_MGMT_NOTIFICATION
impl Clone for CLFS_MGMT_NOTIFICATION
§fn clone(&self) -> CLFS_MGMT_NOTIFICATION
fn clone(&self) -> CLFS_MGMT_NOTIFICATION
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 moreimpl Copy for CLFS_MGMT_NOTIFICATION
Auto Trait Implementations§
impl Freeze for CLFS_MGMT_NOTIFICATION
impl RefUnwindSafe for CLFS_MGMT_NOTIFICATION
impl Send for CLFS_MGMT_NOTIFICATION
impl Sync for CLFS_MGMT_NOTIFICATION
impl Unpin for CLFS_MGMT_NOTIFICATION
impl UnwindSafe for CLFS_MGMT_NOTIFICATION
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