#[repr(transparent)]pub struct RemoteSystemPlatform(pub i32);Expand description
Required features: ‘System_RemoteSystems’
Tuple Fields
0: i32Implementations
impl RemoteSystemPlatform
impl RemoteSystemPlatform
Trait Implementations
impl Clone for RemoteSystemPlatform
impl Clone for RemoteSystemPlatform
impl Copy for RemoteSystemPlatform
Auto Trait Implementations
impl RefUnwindSafe for RemoteSystemPlatform
impl Send for RemoteSystemPlatform
impl Sync for RemoteSystemPlatform
impl Unpin for RemoteSystemPlatform
impl UnwindSafe for RemoteSystemPlatform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more