#[repr(C)]pub struct zts_pollfd {
pub fd: c_int,
pub events: c_short,
pub revents: c_short,
}Fields§
§fd: c_int§events: c_short§revents: c_shortTrait Implementations§
Source§impl Clone for zts_pollfd
impl Clone for zts_pollfd
Source§fn clone(&self) -> zts_pollfd
fn clone(&self) -> zts_pollfd
Returns a copy 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 zts_pollfd
impl Debug for zts_pollfd
impl Copy for zts_pollfd
Auto Trait Implementations§
impl Freeze for zts_pollfd
impl RefUnwindSafe for zts_pollfd
impl Send for zts_pollfd
impl Sync for zts_pollfd
impl Unpin for zts_pollfd
impl UnwindSafe for zts_pollfd
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