Struct core_foundation::bundle::__CFBundle
source · [−]#[repr(C)]pub struct __CFBundle(_);Auto Trait Implementations
impl RefUnwindSafe for __CFBundle
impl Send for __CFBundle
impl Sync for __CFBundle
impl Unpin for __CFBundle
impl UnwindSafe for __CFBundle
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