pub struct __CFFileDescriptor { /* private fields */ }Trait Implementations§
Source§impl Clone for __CFFileDescriptor
impl Clone for __CFFileDescriptor
Source§fn clone(&self) -> __CFFileDescriptor
fn clone(&self) -> __CFFileDescriptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CFFileDescriptor
impl Debug for __CFFileDescriptor
impl Copy for __CFFileDescriptor
Auto Trait Implementations§
impl Freeze for __CFFileDescriptor
impl RefUnwindSafe for __CFFileDescriptor
impl Send for __CFFileDescriptor
impl Sync for __CFFileDescriptor
impl Unpin for __CFFileDescriptor
impl UnwindSafe for __CFFileDescriptor
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