Struct core_foundation_sys::set::__CFSet
source · #[repr(C)]pub struct __CFSet(_);
Auto Trait Implementations§
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