#[repr(C)]pub struct VsockSocketAddress {
pub cid: *mut c_char,
pub port: *mut c_char,
}Fields§
§cid: *mut c_char§port: *mut c_charTrait Implementations§
Source§impl Clone for VsockSocketAddress
impl Clone for VsockSocketAddress
Source§fn clone(&self) -> VsockSocketAddress
fn clone(&self) -> VsockSocketAddress
Returns a duplicate of the value. Read more
1.0.0 · 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 VsockSocketAddress
impl Debug for VsockSocketAddress
impl Copy for VsockSocketAddress
Auto Trait Implementations§
impl Freeze for VsockSocketAddress
impl RefUnwindSafe for VsockSocketAddress
impl !Send for VsockSocketAddress
impl !Sync for VsockSocketAddress
impl Unpin for VsockSocketAddress
impl UnwindSafe for VsockSocketAddress
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