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