Struct skia_bindings::GrYUVABackendTextures
source · #[repr(C)]pub struct GrYUVABackendTextures {
pub fYUVAInfo: SkYUVAInfo,
pub fTextures: [u64; 44],
pub fTextureOrigin: GrSurfaceOrigin,
}
Fields§
§fYUVAInfo: SkYUVAInfo
§fTextures: [u64; 44]
§fTextureOrigin: GrSurfaceOrigin
Implementations§
source§impl GrYUVABackendTextures
impl GrYUVABackendTextures
pub unsafe fn toYUVALocations(&self) -> SkYUVAInfo_YUVALocations
pub unsafe fn new( arg1: *const SkYUVAInfo, arg2: *const GrBackendTexture, textureOrigin: GrSurfaceOrigin ) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for GrYUVABackendTextures
impl Send for GrYUVABackendTextures
impl Sync for GrYUVABackendTextures
impl Unpin for GrYUVABackendTextures
impl UnwindSafe for GrYUVABackendTextures
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