pub struct CUfileDescrHandle {
pub fd: c_int,
/* private fields */
}Fields§
§fd: c_intImplementations§
Auto Trait Implementations§
impl Freeze for CUfileDescrHandle
impl RefUnwindSafe for CUfileDescrHandle
impl Send for CUfileDescrHandle
impl Sync for CUfileDescrHandle
impl Unpin for CUfileDescrHandle
impl UnwindSafe for CUfileDescrHandle
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