Struct ispc_texcomp::bindings::kernel::rgba_surface
source · [−]#[repr(C)]pub struct rgba_surface {
pub ptr: *mut u8,
pub width: i32,
pub height: i32,
pub stride: i32,
}Fields
ptr: *mut u8width: i32height: i32stride: i32Trait Implementations
sourceimpl Clone for rgba_surface
impl Clone for rgba_surface
sourcefn clone(&self) -> rgba_surface
fn clone(&self) -> rgba_surface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rgba_surface
impl Debug for rgba_surface
impl Copy for rgba_surface
Auto Trait Implementations
impl RefUnwindSafe for rgba_surface
impl !Send for rgba_surface
impl !Sync for rgba_surface
impl Unpin for rgba_surface
impl UnwindSafe for rgba_surface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more