#[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: u16Trait Implementations§
Source§impl Abi for CLFS_MGMT_NOTIFICATION
impl Abi for CLFS_MGMT_NOTIFICATION
Source§type Abi = CLFS_MGMT_NOTIFICATION
type Abi = CLFS_MGMT_NOTIFICATION
The abi representation of the implementing type. Read more
type DefaultType = CLFS_MGMT_NOTIFICATION
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 CLFS_MGMT_NOTIFICATION
impl Clone for CLFS_MGMT_NOTIFICATION
Source§fn clone(&self) -> CLFS_MGMT_NOTIFICATION
fn clone(&self) -> CLFS_MGMT_NOTIFICATION
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 moreimpl Copy for CLFS_MGMT_NOTIFICATION
Source§impl Debug for CLFS_MGMT_NOTIFICATION
impl Debug for CLFS_MGMT_NOTIFICATION
Source§impl Default for CLFS_MGMT_NOTIFICATION
impl Default for CLFS_MGMT_NOTIFICATION
impl Eq 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 UnsafeUnpin 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