Struct CLS_LSN
#[repr(C)]pub struct CLS_LSN {
pub Internal: u64,
}
Fields§
§Internal: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLS_LSN
impl RefUnwindSafe for CLS_LSN
impl Send for CLS_LSN
impl Sync for CLS_LSN
impl Unpin for CLS_LSN
impl UnwindSafe for CLS_LSN
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