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