Struct core_foundation::filedescriptor::__CFFileDescriptor
source · [−]#[repr(C)]pub struct __CFFileDescriptor(_);Auto Trait Implementations
impl RefUnwindSafe for __CFFileDescriptor
impl Send for __CFFileDescriptor
impl Sync for __CFFileDescriptor
impl Unpin for __CFFileDescriptor
impl UnwindSafe for __CFFileDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more