pub struct PlatformFlags(/* private fields */);Expand description
Bit flags for supported platforms
Implementations§
Source§impl PlatformFlags
impl PlatformFlags
Trait Implementations§
Source§impl Clone for PlatformFlags
impl Clone for PlatformFlags
Source§fn clone(&self) -> PlatformFlags
fn clone(&self) -> PlatformFlags
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 moreSource§impl Debug for PlatformFlags
impl Debug for PlatformFlags
Source§impl Default for PlatformFlags
impl Default for PlatformFlags
Source§impl Hash for PlatformFlags
impl Hash for PlatformFlags
Source§impl PartialEq for PlatformFlags
impl PartialEq for PlatformFlags
Source§fn eq(&self, other: &PlatformFlags) -> bool
fn eq(&self, other: &PlatformFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SerializeConst for PlatformFlags
impl SerializeConst for PlatformFlags
impl Copy for PlatformFlags
impl Eq for PlatformFlags
impl StructuralPartialEq for PlatformFlags
Auto Trait Implementations§
impl Freeze for PlatformFlags
impl RefUnwindSafe for PlatformFlags
impl Send for PlatformFlags
impl Sync for PlatformFlags
impl Unpin for PlatformFlags
impl UnsafeUnpin for PlatformFlags
impl UnwindSafe for PlatformFlags
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