#[repr(u32)]pub enum GraphNodeOverlay {
Disabled = 0,
Breakpoint = 1,
Position = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for GraphNodeOverlay
impl Clone for GraphNodeOverlay
Source§fn clone(&self) -> GraphNodeOverlay
fn clone(&self) -> GraphNodeOverlay
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 GraphNodeOverlay
impl Debug for GraphNodeOverlay
Source§impl Hash for GraphNodeOverlay
impl Hash for GraphNodeOverlay
Source§impl PartialEq for GraphNodeOverlay
impl PartialEq for GraphNodeOverlay
impl Copy for GraphNodeOverlay
impl Eq for GraphNodeOverlay
impl StructuralPartialEq for GraphNodeOverlay
Auto Trait Implementations§
impl Freeze for GraphNodeOverlay
impl RefUnwindSafe for GraphNodeOverlay
impl Send for GraphNodeOverlay
impl Sync for GraphNodeOverlay
impl Unpin for GraphNodeOverlay
impl UnwindSafe for GraphNodeOverlay
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