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: u32Auto Trait Implementations§
impl Freeze for ResourceCreate3D
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