#[repr(C)]pub struct ovrMirrorTextureDesc {
pub Format: ovrTextureFormat,
pub Width: c_int,
pub Height: c_int,
pub MiscFlags: c_uint,
}Expand description
Description used to create a mirror texture.
see ovr_CreateMirrorTextureDX, ovr_CreateMirrorTextureVk, ovr_CreateMirrorTextureVk
Fields§
§Format: ovrTextureFormat§Width: c_int§Height: c_int§MiscFlags: c_uintovrTextureFlags
Trait Implementations§
Source§impl Clone for ovrMirrorTextureDesc
impl Clone for ovrMirrorTextureDesc
Source§fn clone(&self) -> ovrMirrorTextureDesc
fn clone(&self) -> ovrMirrorTextureDesc
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 moreSource§impl Debug for ovrMirrorTextureDesc
impl Debug for ovrMirrorTextureDesc
impl Copy for ovrMirrorTextureDesc
Auto Trait Implementations§
impl Freeze for ovrMirrorTextureDesc
impl RefUnwindSafe for ovrMirrorTextureDesc
impl Send for ovrMirrorTextureDesc
impl Sync for ovrMirrorTextureDesc
impl Unpin for ovrMirrorTextureDesc
impl UnwindSafe for ovrMirrorTextureDesc
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