Struct windows_sys::Storage::KnownLibraryId
[−]#[repr(transparent)]pub struct KnownLibraryId(pub i32);
Expand description
Required features: "Storage"
Tuple Fields
0: i32
Implementations
impl KnownLibraryId
impl KnownLibraryId
Trait Implementations
impl Clone for KnownLibraryId
impl Clone for KnownLibraryId
impl Copy for KnownLibraryId
Auto Trait Implementations
impl RefUnwindSafe for KnownLibraryId
impl Send for KnownLibraryId
impl Sync for KnownLibraryId
impl Unpin for KnownLibraryId
impl UnwindSafe for KnownLibraryId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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