Struct windows_sys::Win32::Storage::FileSystem::CLS_LSN
[−]#[repr(C)]pub struct CLS_LSN {
pub Internal: u64,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Internal: u64
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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