Struct xen_sys::xen_netif_gref
source · [−]#[repr(C)]pub struct xen_netif_gref {
pub ref_: grant_ref_t,
pub flags: u16,
pub status: u16,
}
Fields
ref_: grant_ref_t
flags: u16
status: u16
Trait Implementations
sourceimpl Clone for xen_netif_gref
impl Clone for xen_netif_gref
sourcefn clone(&self) -> xen_netif_gref
fn clone(&self) -> xen_netif_gref
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 xen_netif_gref
impl Debug for xen_netif_gref
impl Copy for xen_netif_gref
Auto Trait Implementations
impl RefUnwindSafe for xen_netif_gref
impl Send for xen_netif_gref
impl Sync for xen_netif_gref
impl Unpin for xen_netif_gref
impl UnwindSafe for xen_netif_gref
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