pub struct GrBackendFormatData { /* private fields */ }Trait Implementations§
Source§impl Clone for GrBackendFormatData
impl Clone for GrBackendFormatData
Source§fn clone(&self) -> GrBackendFormatData
fn clone(&self) -> GrBackendFormatData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrBackendFormatData
impl Debug for GrBackendFormatData
impl Copy for GrBackendFormatData
Auto Trait Implementations§
impl Freeze for GrBackendFormatData
impl RefUnwindSafe for GrBackendFormatData
impl Send for GrBackendFormatData
impl Sync for GrBackendFormatData
impl Unpin for GrBackendFormatData
impl UnsafeUnpin for GrBackendFormatData
impl UnwindSafe for GrBackendFormatData
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