#[repr(C)]pub struct CUfileDescr_t {
pub type_: c_int,
pub handle: CUfileDescrHandle,
pub fs_ops: *const c_void,
}Fields§
§type_: c_int§handle: CUfileDescrHandle§fs_ops: *const c_voidAuto Trait Implementations§
impl Freeze for CUfileDescr_t
impl RefUnwindSafe for CUfileDescr_t
impl !Send for CUfileDescr_t
impl !Sync for CUfileDescr_t
impl Unpin for CUfileDescr_t
impl UnwindSafe for CUfileDescr_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