Struct rusty_doors::sys::DDesc
source · #[repr(C)]pub struct DDesc {
pub d_descriptor: c_int,
pub d_id: c_ulonglong,
}Expand description
Underlying file descriptor
Fields§
§d_descriptor: c_int§d_id: c_ulonglongTrait Implementations§
Auto Trait Implementations§
impl Freeze for DDesc
impl RefUnwindSafe for DDesc
impl Send for DDesc
impl Sync for DDesc
impl Unpin for DDesc
impl UnwindSafe for DDesc
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