Struct 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
§fn default() -> JET_INSTANCE
fn default() -> JET_INSTANCE
Returns the “default value” for a type. Read more
§impl Free for JET_INSTANCE
impl Free for JET_INSTANCE
§impl PartialEq for JET_INSTANCE
impl PartialEq for JET_INSTANCE
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