#[repr(C)]pub struct GrGLTextureParameters_NonsamplerState {
pub fBaseMipMapLevel: GrGLint,
pub fMaxMipmapLevel: GrGLint,
pub fSwizzleIsRGBA: bool,
}
Fields§
§fBaseMipMapLevel: GrGLint
§fMaxMipmapLevel: GrGLint
§fSwizzleIsRGBA: bool
Implementations§
source§impl GrGLTextureParameters_NonsamplerState
impl GrGLTextureParameters_NonsamplerState
pub unsafe fn invalidate(&mut self)
pub unsafe fn new() -> Self
Trait Implementations§
source§impl Clone for GrGLTextureParameters_NonsamplerState
impl Clone for GrGLTextureParameters_NonsamplerState
source§fn clone(&self) -> GrGLTextureParameters_NonsamplerState
fn clone(&self) -> GrGLTextureParameters_NonsamplerState
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 moreimpl Copy for GrGLTextureParameters_NonsamplerState
Auto Trait Implementations§
impl RefUnwindSafe for GrGLTextureParameters_NonsamplerState
impl Send for GrGLTextureParameters_NonsamplerState
impl Sync for GrGLTextureParameters_NonsamplerState
impl Unpin for GrGLTextureParameters_NonsamplerState
impl UnwindSafe for GrGLTextureParameters_NonsamplerState
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