pub enum DrawListTarget {
Window,
Background,
Foreground,
}Expand description
Draw list destination for ImGuizmo rendering
Variants§
Trait Implementations§
Source§impl Clone for DrawListTarget
impl Clone for DrawListTarget
Source§fn clone(&self) -> DrawListTarget
fn clone(&self) -> DrawListTarget
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 DrawListTarget
impl Debug for DrawListTarget
Source§impl PartialEq for DrawListTarget
impl PartialEq for DrawListTarget
impl Copy for DrawListTarget
impl Eq for DrawListTarget
impl StructuralPartialEq for DrawListTarget
Auto Trait Implementations§
impl Freeze for DrawListTarget
impl RefUnwindSafe for DrawListTarget
impl Send for DrawListTarget
impl Sync for DrawListTarget
impl Unpin for DrawListTarget
impl UnwindSafe for DrawListTarget
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