pub struct MeshComputeLodMSFT(/* private fields */);
Expand description
Implementations§
Source§impl 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§
Source§impl Clone for MeshComputeLodMSFT
impl Clone for MeshComputeLodMSFT
Source§fn clone(&self) -> MeshComputeLodMSFT
fn clone(&self) -> MeshComputeLodMSFT
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 MeshComputeLodMSFT
impl Debug for MeshComputeLodMSFT
Source§impl PartialEq for MeshComputeLodMSFT
impl PartialEq for MeshComputeLodMSFT
impl Copy for MeshComputeLodMSFT
impl Eq for MeshComputeLodMSFT
impl StructuralPartialEq for MeshComputeLodMSFT
Auto Trait Implementations§
impl Freeze for MeshComputeLodMSFT
impl RefUnwindSafe for MeshComputeLodMSFT
impl Send for MeshComputeLodMSFT
impl Sync for MeshComputeLodMSFT
impl Unpin for MeshComputeLodMSFT
impl UnwindSafe for MeshComputeLodMSFT
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