Struct xen_sys::evtchn_set_priority
source · [−]#[repr(C)]pub struct evtchn_set_priority {
pub port: u32,
pub priority: u32,
}
Fields
port: u32
priority: u32
Trait Implementations
sourceimpl Clone for evtchn_set_priority
impl Clone for evtchn_set_priority
sourcefn clone(&self) -> evtchn_set_priority
fn clone(&self) -> evtchn_set_priority
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 evtchn_set_priority
impl Debug for evtchn_set_priority
impl Copy for evtchn_set_priority
Auto Trait Implementations
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
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