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