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