Struct virtio_sys::virtio_vsock::virtio_vsock_config
source · #[repr(C, packed(1))]pub struct virtio_vsock_config {
pub guest_cid: Le64,
}
Fields§
§guest_cid: Le64
Trait Implementations§
source§impl Clone for virtio_vsock_config
impl Clone for virtio_vsock_config
source§fn clone(&self) -> virtio_vsock_config
fn clone(&self) -> virtio_vsock_config
Returns a copy 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 virtio_vsock_config
impl Debug for virtio_vsock_config
source§impl Default for virtio_vsock_config
impl Default for virtio_vsock_config
source§fn default() -> virtio_vsock_config
fn default() -> virtio_vsock_config
Returns the “default value” for a type. Read more
impl Copy for virtio_vsock_config
Auto Trait Implementations§
impl RefUnwindSafe for virtio_vsock_config
impl Send for virtio_vsock_config
impl Sync for virtio_vsock_config
impl Unpin for virtio_vsock_config
impl UnwindSafe for virtio_vsock_config
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