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