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