Struct ispc_texcomp::bindings::kernel_astc::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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more