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