Struct core_foundation::error::__CFError
source · [−]#[repr(C)]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 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