Struct openxr_sys::MeshComputeLodMSFT
source · [−]#[repr(transparent)]pub struct MeshComputeLodMSFT(_);Expand description
Implementations
sourceimpl MeshComputeLodMSFT
impl MeshComputeLodMSFT
pub const COARSE: MeshComputeLodMSFT = _
pub const MEDIUM: MeshComputeLodMSFT = _
pub const FINE: MeshComputeLodMSFT = _
pub const UNLIMITED: MeshComputeLodMSFT = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for MeshComputeLodMSFT
impl Clone for MeshComputeLodMSFT
sourcefn clone(&self) -> MeshComputeLodMSFT
fn clone(&self) -> MeshComputeLodMSFT
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 MeshComputeLodMSFT
impl Debug for MeshComputeLodMSFT
sourceimpl PartialEq<MeshComputeLodMSFT> for MeshComputeLodMSFT
impl PartialEq<MeshComputeLodMSFT> for MeshComputeLodMSFT
sourcefn eq(&self, other: &MeshComputeLodMSFT) -> bool
fn eq(&self, other: &MeshComputeLodMSFT) -> bool
impl Copy for MeshComputeLodMSFT
impl Eq for MeshComputeLodMSFT
impl StructuralEq for MeshComputeLodMSFT
impl StructuralPartialEq for MeshComputeLodMSFT
Auto Trait Implementations
impl RefUnwindSafe for MeshComputeLodMSFT
impl Send for MeshComputeLodMSFT
impl Sync for MeshComputeLodMSFT
impl Unpin for MeshComputeLodMSFT
impl UnwindSafe for MeshComputeLodMSFT
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