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