pub struct TreeLineMode(/* private fields */);Expand description
Tree hierarchy guide-line drawing mode stored in ImGuiStyle::TreeLinesFlags.
Implementations§
Trait Implementations§
Source§impl Clone for TreeLineMode
impl Clone for TreeLineMode
Source§fn clone(&self) -> TreeLineMode
fn clone(&self) -> TreeLineMode
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 moreSource§impl Debug for TreeLineMode
impl Debug for TreeLineMode
Source§impl Hash for TreeLineMode
impl Hash for TreeLineMode
Source§impl PartialEq for TreeLineMode
impl PartialEq for TreeLineMode
Source§fn eq(&self, other: &TreeLineMode) -> bool
fn eq(&self, other: &TreeLineMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TreeLineMode
impl Eq for TreeLineMode
impl StructuralPartialEq for TreeLineMode
Auto Trait Implementations§
impl Freeze for TreeLineMode
impl RefUnwindSafe for TreeLineMode
impl Send for TreeLineMode
impl Sync for TreeLineMode
impl Unpin for TreeLineMode
impl UnsafeUnpin for TreeLineMode
impl UnwindSafe for TreeLineMode
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