#[repr(C)]pub struct VRTextureUsage {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for VRTextureUsage
impl ClassIdentity for VRTextureUsage
Source§impl Clone for VRTextureUsage
impl Clone for VRTextureUsage
Source§fn clone(&self) -> VRTextureUsage
fn clone(&self) -> VRTextureUsage
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VRTextureUsage
impl Debug for VRTextureUsage
Source§impl PartialEq for VRTextureUsage
impl PartialEq for VRTextureUsage
impl Copy for VRTextureUsage
impl Eq for VRTextureUsage
impl StructuralPartialEq for VRTextureUsage
Auto Trait Implementations§
impl Freeze for VRTextureUsage
impl RefUnwindSafe for VRTextureUsage
impl Send for VRTextureUsage
impl Sync for VRTextureUsage
impl Unpin for VRTextureUsage
impl UnwindSafe for VRTextureUsage
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)