pub struct GrBackendFormat_AnyFormatData { /* private fields */ }Auto Trait Implementations§
impl Freeze for GrBackendFormat_AnyFormatData
impl RefUnwindSafe for GrBackendFormat_AnyFormatData
impl Send for GrBackendFormat_AnyFormatData
impl Sync for GrBackendFormat_AnyFormatData
impl Unpin for GrBackendFormat_AnyFormatData
impl UnsafeUnpin for GrBackendFormat_AnyFormatData
impl UnwindSafe for GrBackendFormat_AnyFormatData
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