Struct xen_sys::xenstore_domain_interface
source · [−]#[repr(C)]pub struct xenstore_domain_interface {
pub req: [c_char; 1024],
pub rsp: [c_char; 1024],
pub req_cons: XENSTORE_RING_IDX,
pub req_prod: XENSTORE_RING_IDX,
pub rsp_cons: XENSTORE_RING_IDX,
pub rsp_prod: XENSTORE_RING_IDX,
pub server_features: u32,
pub connection: u32,
}
Fields
req: [c_char; 1024]
rsp: [c_char; 1024]
req_cons: XENSTORE_RING_IDX
req_prod: XENSTORE_RING_IDX
rsp_cons: XENSTORE_RING_IDX
rsp_prod: XENSTORE_RING_IDX
server_features: u32
connection: u32
Trait Implementations
sourceimpl Clone for xenstore_domain_interface
impl Clone for xenstore_domain_interface
sourcefn clone(&self) -> xenstore_domain_interface
fn clone(&self) -> xenstore_domain_interface
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 xenstore_domain_interface
impl Debug for xenstore_domain_interface
impl Copy for xenstore_domain_interface
Auto Trait Implementations
impl RefUnwindSafe for xenstore_domain_interface
impl Send for xenstore_domain_interface
impl Sync for xenstore_domain_interface
impl Unpin for xenstore_domain_interface
impl UnwindSafe for xenstore_domain_interface
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