#[repr(C)]pub struct SubresourceLayout2EXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub subresourceLayout: SubresourceLayout,
}Fields§
§sType: StructureType§pNext: *mut c_void§subresourceLayout: SubresourceLayoutTrait Implementations§
Source§impl Clone for SubresourceLayout2EXT
impl Clone for SubresourceLayout2EXT
Source§fn clone(&self) -> SubresourceLayout2EXT
fn clone(&self) -> SubresourceLayout2EXT
Returns a duplicate 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 moreimpl Copy for SubresourceLayout2EXT
Auto Trait Implementations§
impl Freeze for SubresourceLayout2EXT
impl RefUnwindSafe for SubresourceLayout2EXT
impl !Send for SubresourceLayout2EXT
impl !Sync for SubresourceLayout2EXT
impl Unpin for SubresourceLayout2EXT
impl UnwindSafe for SubresourceLayout2EXT
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