Struct core_foundation_sys::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§
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