Struct windows::Win32::Storage::Jet::JET_INSTANCE
#[repr(transparent)]pub struct JET_INSTANCE(pub usize);
Tuple Fields§
§0: usize
Implementations§
§impl JET_INSTANCE
impl JET_INSTANCE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for JET_INSTANCE
impl Clone for JET_INSTANCE
§fn clone(&self) -> JET_INSTANCE
fn clone(&self) -> JET_INSTANCE
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 more§impl Debug for JET_INSTANCE
impl Debug for JET_INSTANCE
§impl Default for JET_INSTANCE
impl Default for JET_INSTANCE
§impl Free for JET_INSTANCE
impl Free for JET_INSTANCE
§impl PartialEq for JET_INSTANCE
impl PartialEq for JET_INSTANCE
§fn eq(&self, other: &JET_INSTANCE) -> bool
fn eq(&self, other: &JET_INSTANCE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JET_INSTANCE
impl Eq for JET_INSTANCE
impl StructuralPartialEq for JET_INSTANCE
Auto Trait Implementations§
impl Freeze for JET_INSTANCE
impl RefUnwindSafe for JET_INSTANCE
impl Send for JET_INSTANCE
impl Sync for JET_INSTANCE
impl Unpin for JET_INSTANCE
impl UnwindSafe for JET_INSTANCE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)