#[repr(C)]pub struct Image {
pub image: u64,
pub format: i32,
pub layout: i32,
}Fields§
§image: u64§format: i32§layout: i32Initial and restored layout. Inputs must use SHADER_READ_ONLY_OPTIMAL;
outputs must use GENERAL. Other declarations are rejected by evaluate.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnsafeUnpin for Image
impl UnwindSafe for Image
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