#[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