pub enum Axis2PlacementRefView<'m> {
Axis2Placement2d(&'m Axis2Placement2d),
Axis2Placement3d(&'m Axis2Placement3d),
}Variants§
Axis2Placement2d(&'m Axis2Placement2d)
Axis2Placement3d(&'m Axis2Placement3d)
Trait Implementations§
Source§impl<'m> Clone for Axis2PlacementRefView<'m>
impl<'m> Clone for Axis2PlacementRefView<'m>
Source§fn clone(&self) -> Axis2PlacementRefView<'m>
fn clone(&self) -> Axis2PlacementRefView<'m>
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<'m> Copy for Axis2PlacementRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for Axis2PlacementRefView<'m>
impl<'m> RefUnwindSafe for Axis2PlacementRefView<'m>
impl<'m> Send for Axis2PlacementRefView<'m>
impl<'m> Sync for Axis2PlacementRefView<'m>
impl<'m> Unpin for Axis2PlacementRefView<'m>
impl<'m> UnsafeUnpin for Axis2PlacementRefView<'m>
impl<'m> UnwindSafe for Axis2PlacementRefView<'m>
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