pub struct VPort(/* private fields */);Implementations§
Trait Implementations§
impl Copy for VPort
impl Eq for VPort
Source§impl Ord for VPort
impl Ord for VPort
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 VPort
impl PartialOrd for VPort
impl StructuralPartialEq for VPort
Auto Trait Implementations§
impl Freeze for VPort
impl RefUnwindSafe for VPort
impl Send for VPort
impl Sync for VPort
impl Unpin for VPort
impl UnsafeUnpin for VPort
impl UnwindSafe for VPort
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