Struct core_foundation_sys::bag::__CFBag
source · #[repr(C)]pub struct __CFBag(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFBag
impl RefUnwindSafe for __CFBag
impl Send for __CFBag
impl Sync for __CFBag
impl Unpin for __CFBag
impl UnwindSafe for __CFBag
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