Struct core_foundation::error::__CFError
source · pub struct __CFError(_);Auto Trait Implementations
impl RefUnwindSafe for __CFError
impl Send for __CFError
impl Sync for __CFError
impl Unpin for __CFError
impl UnwindSafe for __CFError
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