pub struct filedesc {
pub fd_files: *mut fdescenttbl,
pub fd_map: *mut c_ulong,
pub fd_freefile: c_int,
pub fd_refcnt: c_int,
pub fd_holdcnt: c_int,
pub fd_holdleaderscount: c_int,
pub fd_holdleaderswakeup: c_int,
/* private fields */
}Fields§
§fd_files: *mut fdescenttbl§fd_map: *mut c_ulong§fd_freefile: c_int§fd_refcnt: c_int§fd_holdcnt: c_int§fd_holdleaderscount: c_int§fd_holdleaderswakeup: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for filedesc
impl RefUnwindSafe for filedesc
impl !Send for filedesc
impl !Sync for filedesc
impl Unpin for filedesc
impl UnwindSafe for filedesc
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