pub struct __CFCharacterSet { /* private fields */ }Expand description
Opaque Apple SDK type __CFCharacterSet.
Trait Implementations§
Source§impl Clone for __CFCharacterSet
impl Clone for __CFCharacterSet
impl Copy for __CFCharacterSet
Auto Trait Implementations§
impl Freeze for __CFCharacterSet
impl RefUnwindSafe for __CFCharacterSet
impl Send for __CFCharacterSet
impl Sync for __CFCharacterSet
impl Unpin for __CFCharacterSet
impl UnsafeUnpin for __CFCharacterSet
impl UnwindSafe for __CFCharacterSet
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