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