Struct rutabaga_gfx::ResourceCreate3D
source · #[repr(C)]pub struct ResourceCreate3D {
pub target: u32,
pub format: u32,
pub bind: u32,
pub width: u32,
pub height: u32,
pub depth: u32,
pub array_size: u32,
pub last_level: u32,
pub nr_samples: u32,
pub flags: u32,
}
Fields§
§target: u32
§format: u32
§bind: u32
§width: u32
§height: u32
§depth: u32
§array_size: u32
§last_level: u32
§nr_samples: u32
§flags: u32
Trait Implementations§
source§impl Clone for ResourceCreate3D
impl Clone for ResourceCreate3D
source§fn clone(&self) -> ResourceCreate3D
fn clone(&self) -> ResourceCreate3D
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 moresource§impl Debug for ResourceCreate3D
impl Debug for ResourceCreate3D
impl Copy for ResourceCreate3D
Auto Trait Implementations§
impl RefUnwindSafe for ResourceCreate3D
impl Send for ResourceCreate3D
impl Sync for ResourceCreate3D
impl Unpin for ResourceCreate3D
impl UnwindSafe for ResourceCreate3D
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