#[repr(C)]pub struct PRFileDesc {
pub methods: *const PRIOMethods,
pub secret: *mut PRFilePrivate,
pub lower: *mut PRFileDesc,
pub higher: *mut PRFileDesc,
pub dtor: Option<unsafe extern "C" fn(*mut PRFileDesc)>,
pub identity: PRDescIdentity,
}Fields§
§methods: *const PRIOMethods§secret: *mut PRFilePrivate§lower: *mut PRFileDesc§higher: *mut PRFileDesc§dtor: Option<unsafe extern "C" fn(*mut PRFileDesc)>§identity: PRDescIdentityTrait Implementations§
Auto Trait Implementations§
impl Freeze for PRFileDesc
impl RefUnwindSafe for PRFileDesc
impl !Send for PRFileDesc
impl !Sync for PRFileDesc
impl Unpin for PRFileDesc
impl UnwindSafe for PRFileDesc
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