Struct JET_API_PTR
#[repr(transparent)]pub struct JET_API_PTR(pub usize);
Tuple Fields§
§0: usize
Implementations§
§impl JET_API_PTR
impl JET_API_PTR
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for JET_API_PTR
impl Clone for JET_API_PTR
§fn clone(&self) -> JET_API_PTR
fn clone(&self) -> JET_API_PTR
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_API_PTR
impl Debug for JET_API_PTR
§impl Default for JET_API_PTR
impl Default for JET_API_PTR
§fn default() -> JET_API_PTR
fn default() -> JET_API_PTR
Returns the “default value” for a type. Read more
§impl PartialEq for JET_API_PTR
impl PartialEq for JET_API_PTR
impl Copy for JET_API_PTR
impl Eq for JET_API_PTR
impl StructuralPartialEq for JET_API_PTR
Auto Trait Implementations§
impl Freeze for JET_API_PTR
impl RefUnwindSafe for JET_API_PTR
impl Send for JET_API_PTR
impl Sync for JET_API_PTR
impl Unpin for JET_API_PTR
impl UnwindSafe for JET_API_PTR
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