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