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