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