#[repr(C)]pub struct ImageSubresource2EXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub imageSubresource: ImageSubresource,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§imageSubresource: ImageSubresource
Trait Implementations§
Source§impl Clone for ImageSubresource2EXT
impl Clone for ImageSubresource2EXT
Source§fn clone(&self) -> ImageSubresource2EXT
fn clone(&self) -> ImageSubresource2EXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ImageSubresource2EXT
Auto Trait Implementations§
impl Freeze for ImageSubresource2EXT
impl RefUnwindSafe for ImageSubresource2EXT
impl !Send for ImageSubresource2EXT
impl !Sync for ImageSubresource2EXT
impl Unpin for ImageSubresource2EXT
impl UnwindSafe for ImageSubresource2EXT
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