pub struct SceneComputeFeatureMSFT(/* private fields */);
Expand description
Implementations§
Source§impl SceneComputeFeatureMSFT
impl SceneComputeFeatureMSFT
pub const PLANE: SceneComputeFeatureMSFT
pub const PLANE_MESH: SceneComputeFeatureMSFT
pub const VISUAL_MESH: SceneComputeFeatureMSFT
pub const COLLIDER_MESH: SceneComputeFeatureMSFT
pub const SERIALIZE_SCENE: SceneComputeFeatureMSFT
pub const MARKER: SceneComputeFeatureMSFT
pub fn from_raw(x: i32) -> SceneComputeFeatureMSFT
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SceneComputeFeatureMSFT
impl Clone for SceneComputeFeatureMSFT
Source§fn clone(&self) -> SceneComputeFeatureMSFT
fn clone(&self) -> SceneComputeFeatureMSFT
Returns a copy 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 SceneComputeFeatureMSFT
impl Debug for SceneComputeFeatureMSFT
Source§impl PartialEq for SceneComputeFeatureMSFT
impl PartialEq for SceneComputeFeatureMSFT
impl Copy for SceneComputeFeatureMSFT
impl Eq for SceneComputeFeatureMSFT
impl StructuralPartialEq for SceneComputeFeatureMSFT
Auto Trait Implementations§
impl Freeze for SceneComputeFeatureMSFT
impl RefUnwindSafe for SceneComputeFeatureMSFT
impl Send for SceneComputeFeatureMSFT
impl Sync for SceneComputeFeatureMSFT
impl Unpin for SceneComputeFeatureMSFT
impl UnwindSafe for SceneComputeFeatureMSFT
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