pub struct OsFeature(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for OsFeature
impl Ord for OsFeature
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OsFeature
impl PartialOrd for OsFeature
impl Eq for OsFeature
impl StructuralPartialEq for OsFeature
Auto Trait Implementations§
impl Freeze for OsFeature
impl RefUnwindSafe for OsFeature
impl Send for OsFeature
impl Sync for OsFeature
impl Unpin for OsFeature
impl UnsafeUnpin for OsFeature
impl UnwindSafe for OsFeature
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