pub struct VsockAddr {
pub cid: u64,
pub port: u32,
}Fields§
§cid: u64§port: u32Trait Implementations§
impl Copy for VsockAddr
impl Eq for VsockAddr
Source§impl Ord for VsockAddr
impl Ord for VsockAddr
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 VsockAddr
impl PartialOrd for VsockAddr
impl StructuralPartialEq for VsockAddr
Auto Trait Implementations§
impl Freeze for VsockAddr
impl RefUnwindSafe for VsockAddr
impl Send for VsockAddr
impl Sync for VsockAddr
impl Unpin for VsockAddr
impl UnsafeUnpin for VsockAddr
impl UnwindSafe for VsockAddr
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