#[repr(C)]pub struct evtchn_reset {
pub dom: domid_t,
}Fields§
§dom: domid_tTrait Implementations§
Source§impl Clone for evtchn_reset
impl Clone for evtchn_reset
Source§fn clone(&self) -> evtchn_reset
fn clone(&self) -> evtchn_reset
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 evtchn_reset
impl Debug for evtchn_reset
Source§impl Default for evtchn_reset
impl Default for evtchn_reset
Source§fn default() -> evtchn_reset
fn default() -> evtchn_reset
Returns the “default value” for a type. Read more
impl Copy for evtchn_reset
Auto Trait Implementations§
impl Freeze for evtchn_reset
impl RefUnwindSafe for evtchn_reset
impl Send for evtchn_reset
impl Sync for evtchn_reset
impl Unpin for evtchn_reset
impl UnwindSafe for evtchn_reset
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