Struct skia_bindings::GrGLTextureParameters 
source · #[repr(C)]pub struct GrGLTextureParameters {
    pub _base: SkNVRefCnt,
    pub fSamplerOverriddenState: GrGLTextureParameters_SamplerOverriddenState,
    pub fNonsamplerState: GrGLTextureParameters_NonsamplerState,
    pub fResetTimestamp: GrGLTextureParameters_ResetTimestamp,
}Fields§
§_base: SkNVRefCnt§fSamplerOverriddenState: GrGLTextureParameters_SamplerOverriddenState§fNonsamplerState: GrGLTextureParameters_NonsamplerState§fResetTimestamp: GrGLTextureParameters_ResetTimestampImplementations§
source§impl GrGLTextureParameters
 
impl GrGLTextureParameters
pub unsafe fn invalidate(&mut self)
pub unsafe fn set( &mut self, samplerState: *const GrGLTextureParameters_SamplerOverriddenState, nonsamplerState: *const GrGLTextureParameters_NonsamplerState, currTimestamp: GrGLTextureParameters_ResetTimestamp )
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GrGLTextureParameters
impl Send for GrGLTextureParameters
impl Sync for GrGLTextureParameters
impl Unpin for GrGLTextureParameters
impl UnwindSafe for GrGLTextureParameters
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