pub enum NativePlatform {
X86,
}Expand description
The real native platform adapters supported by this qualification.
Variants§
X86
Trait Implementations§
Source§impl Clone for NativePlatform
impl Clone for NativePlatform
Source§fn clone(&self) -> NativePlatform
fn clone(&self) -> NativePlatform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NativePlatform
impl RefUnwindSafe for NativePlatform
impl Send for NativePlatform
impl Sync for NativePlatform
impl Unpin for NativePlatform
impl UnsafeUnpin for NativePlatform
impl UnwindSafe for NativePlatform
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