pub struct SceneObjectTypeMSFT(/* private fields */);Expand description
Implementations§
Source§impl SceneObjectTypeMSFT
impl SceneObjectTypeMSFT
pub const UNCATEGORIZED: SceneObjectTypeMSFT
pub const BACKGROUND: SceneObjectTypeMSFT
pub const WALL: SceneObjectTypeMSFT
pub const FLOOR: SceneObjectTypeMSFT
pub const CEILING: SceneObjectTypeMSFT
pub const PLATFORM: SceneObjectTypeMSFT
pub const INFERRED: SceneObjectTypeMSFT
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SceneObjectTypeMSFT
impl Clone for SceneObjectTypeMSFT
Source§fn clone(&self) -> SceneObjectTypeMSFT
fn clone(&self) -> SceneObjectTypeMSFT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SceneObjectTypeMSFT
Source§impl Debug for SceneObjectTypeMSFT
impl Debug for SceneObjectTypeMSFT
impl Eq for SceneObjectTypeMSFT
Source§impl PartialEq for SceneObjectTypeMSFT
impl PartialEq for SceneObjectTypeMSFT
Source§fn eq(&self, other: &SceneObjectTypeMSFT) -> bool
fn eq(&self, other: &SceneObjectTypeMSFT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SceneObjectTypeMSFT
Auto Trait Implementations§
impl Freeze for SceneObjectTypeMSFT
impl RefUnwindSafe for SceneObjectTypeMSFT
impl Send for SceneObjectTypeMSFT
impl Sync for SceneObjectTypeMSFT
impl Unpin for SceneObjectTypeMSFT
impl UnsafeUnpin for SceneObjectTypeMSFT
impl UnwindSafe for SceneObjectTypeMSFT
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