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