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