Struct skia_bindings::GrBackendDrawableInfo
source · #[repr(C)]pub struct GrBackendDrawableInfo {
pub fIsValid: bool,
pub fBackend: GrBackendApi,
pub fVkInfo: GrVkDrawableInfo,
}
Fields§
§fIsValid: bool
§fBackend: GrBackendApi
§fVkInfo: GrVkDrawableInfo
Trait Implementations§
source§impl Clone for GrBackendDrawableInfo
impl Clone for GrBackendDrawableInfo
source§fn clone(&self) -> GrBackendDrawableInfo
fn clone(&self) -> GrBackendDrawableInfo
Returns a copy of the value. Read more
1.0.0 · 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 GrBackendDrawableInfo
impl Debug for GrBackendDrawableInfo
impl Copy for GrBackendDrawableInfo
Auto Trait Implementations§
impl RefUnwindSafe for GrBackendDrawableInfo
impl !Send for GrBackendDrawableInfo
impl !Sync for GrBackendDrawableInfo
impl Unpin for GrBackendDrawableInfo
impl UnwindSafe for GrBackendDrawableInfo
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