Struct xen_sys::sched_poll
source · [−]#[repr(C)]pub struct sched_poll {
pub ports: __guest_handle_evtchn_port_t,
pub nr_ports: c_uint,
pub timeout: u64,
}
Fields
ports: __guest_handle_evtchn_port_t
nr_ports: c_uint
timeout: u64
Trait Implementations
sourceimpl Clone for sched_poll
impl Clone for sched_poll
sourcefn clone(&self) -> sched_poll
fn clone(&self) -> sched_poll
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 sched_poll
impl Debug for sched_poll
impl Copy for sched_poll
Auto Trait Implementations
impl RefUnwindSafe for sched_poll
impl !Send for sched_poll
impl !Sync for sched_poll
impl Unpin for sched_poll
impl UnwindSafe for sched_poll
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