Struct openxr_sys::SwapchainSubImage
source · [−]#[repr(C)]pub struct SwapchainSubImage {
pub swapchain: Swapchain,
pub image_rect: Rect2Di,
pub image_array_index: u32,
}Expand description
Fields
swapchain: Swapchainimage_rect: Rect2Diimage_array_index: u32Trait Implementations
sourceimpl Clone for SwapchainSubImage
impl Clone for SwapchainSubImage
sourcefn clone(&self) -> SwapchainSubImage
fn clone(&self) -> SwapchainSubImage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SwapchainSubImage
impl Debug for SwapchainSubImage
impl Copy for SwapchainSubImage
Auto Trait Implementations
impl RefUnwindSafe for SwapchainSubImage
impl Send for SwapchainSubImage
impl Sync for SwapchainSubImage
impl Unpin for SwapchainSubImage
impl UnwindSafe for SwapchainSubImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more