pub struct ScenePlaneAlignmentTypeMSFT(/* private fields */);
Expand description
Implementations§
Source§impl ScenePlaneAlignmentTypeMSFT
impl ScenePlaneAlignmentTypeMSFT
pub const NON_ORTHOGONAL: ScenePlaneAlignmentTypeMSFT
pub const HORIZONTAL: ScenePlaneAlignmentTypeMSFT
pub const VERTICAL: ScenePlaneAlignmentTypeMSFT
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ScenePlaneAlignmentTypeMSFT
impl Clone for ScenePlaneAlignmentTypeMSFT
Source§fn clone(&self) -> ScenePlaneAlignmentTypeMSFT
fn clone(&self) -> ScenePlaneAlignmentTypeMSFT
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 ScenePlaneAlignmentTypeMSFT
impl Debug for ScenePlaneAlignmentTypeMSFT
impl Copy for ScenePlaneAlignmentTypeMSFT
impl Eq for ScenePlaneAlignmentTypeMSFT
impl StructuralPartialEq for ScenePlaneAlignmentTypeMSFT
Auto Trait Implementations§
impl Freeze for ScenePlaneAlignmentTypeMSFT
impl RefUnwindSafe for ScenePlaneAlignmentTypeMSFT
impl Send for ScenePlaneAlignmentTypeMSFT
impl Sync for ScenePlaneAlignmentTypeMSFT
impl Unpin for ScenePlaneAlignmentTypeMSFT
impl UnwindSafe for ScenePlaneAlignmentTypeMSFT
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