pub struct CFFileDescriptorContext {
pub version: i64,
pub info: *mut c_void,
pub retain: Option<extern "C" fn(_: *const c_void) -> *const c_void>,
pub release: Option<extern "C" fn(_: *const c_void)>,
pub copyDescription: Option<extern "C" fn(_: *const c_void) -> *const __CFString>,
}Fields
version: i64info: *mut c_voidretain: Option<extern "C" fn(_: *const c_void) -> *const c_void>release: Option<extern "C" fn(_: *const c_void)>copyDescription: Option<extern "C" fn(_: *const c_void) -> *const __CFString>Trait Implementations
sourceimpl Clone for CFFileDescriptorContext
impl Clone for CFFileDescriptorContext
sourcefn clone(&self) -> CFFileDescriptorContext
fn clone(&self) -> CFFileDescriptorContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CFFileDescriptorContext
Auto Trait Implementations
impl RefUnwindSafe for CFFileDescriptorContext
impl !Send for CFFileDescriptorContext
impl !Sync for CFFileDescriptorContext
impl Unpin for CFFileDescriptorContext
impl UnwindSafe for CFFileDescriptorContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more