Struct xen_sys::xsd_sockmsg
source · [−]#[repr(C)]pub struct xsd_sockmsg {
pub type_: u32,
pub req_id: u32,
pub tx_id: u32,
pub len: u32,
}
Fields
type_: u32
req_id: u32
tx_id: u32
len: u32
Trait Implementations
sourceimpl Clone for xsd_sockmsg
impl Clone for xsd_sockmsg
sourcefn clone(&self) -> xsd_sockmsg
fn clone(&self) -> xsd_sockmsg
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xsd_sockmsg
impl Debug for xsd_sockmsg
impl Copy for xsd_sockmsg
Auto Trait Implementations
impl RefUnwindSafe for xsd_sockmsg
impl Send for xsd_sockmsg
impl Sync for xsd_sockmsg
impl Unpin for xsd_sockmsg
impl UnwindSafe for xsd_sockmsg
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more