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