#[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: u64Trait Implementations§
Source§impl Clone for sched_poll
impl Clone for sched_poll
Source§fn clone(&self) -> sched_poll
fn clone(&self) -> sched_poll
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 sched_poll
impl Debug for sched_poll
Source§impl Default for sched_poll
impl Default for sched_poll
impl Copy for sched_poll
Auto Trait Implementations§
impl Freeze for sched_poll
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§
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