Struct skia_bindings::GrGLBackendTextureInfo
source · #[repr(C)]pub struct GrGLBackendTextureInfo {
pub fInfo: GrGLTextureInfo,
pub fParams: *mut GrGLTextureParameters,
}
Fields§
§fInfo: GrGLTextureInfo
§fParams: *mut GrGLTextureParameters
Implementations§
Trait Implementations§
source§impl Clone for GrGLBackendTextureInfo
impl Clone for GrGLBackendTextureInfo
source§fn clone(&self) -> GrGLBackendTextureInfo
fn clone(&self) -> GrGLBackendTextureInfo
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 GrGLBackendTextureInfo
impl Debug for GrGLBackendTextureInfo
impl Copy for GrGLBackendTextureInfo
Auto Trait Implementations§
impl RefUnwindSafe for GrGLBackendTextureInfo
impl !Send for GrGLBackendTextureInfo
impl !Sync for GrGLBackendTextureInfo
impl Unpin for GrGLBackendTextureInfo
impl UnwindSafe for GrGLBackendTextureInfo
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