#[repr(C)]pub struct es_fd_t {
pub fd: i32,
pub fdtype: u32,
pub __bindgen_anon_1: es_fd_t__bindgen_ty_1,
}Fields§
§fd: i32§fdtype: u32§__bindgen_anon_1: es_fd_t__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for es_fd_t
impl RefUnwindSafe for es_fd_t
impl Send for es_fd_t
impl Sync for es_fd_t
impl Unpin for es_fd_t
impl UnwindSafe for es_fd_t
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