pub struct DrawNgonSegmentCount(/* private fields */);Expand description
Segment count for regular n-gon drawing. Dear ImGui requires at least three sides.
Implementations§
Trait Implementations§
Source§impl Clone for DrawNgonSegmentCount
impl Clone for DrawNgonSegmentCount
Source§fn clone(&self) -> DrawNgonSegmentCount
fn clone(&self) -> DrawNgonSegmentCount
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 DrawNgonSegmentCount
impl Debug for DrawNgonSegmentCount
Source§impl Hash for DrawNgonSegmentCount
impl Hash for DrawNgonSegmentCount
Source§impl PartialEq for DrawNgonSegmentCount
impl PartialEq for DrawNgonSegmentCount
Source§fn eq(&self, other: &DrawNgonSegmentCount) -> bool
fn eq(&self, other: &DrawNgonSegmentCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<usize> for DrawNgonSegmentCount
impl TryFrom<usize> for DrawNgonSegmentCount
impl Copy for DrawNgonSegmentCount
impl Eq for DrawNgonSegmentCount
impl StructuralPartialEq for DrawNgonSegmentCount
Auto Trait Implementations§
impl Freeze for DrawNgonSegmentCount
impl RefUnwindSafe for DrawNgonSegmentCount
impl Send for DrawNgonSegmentCount
impl Sync for DrawNgonSegmentCount
impl Unpin for DrawNgonSegmentCount
impl UnsafeUnpin for DrawNgonSegmentCount
impl UnwindSafe for DrawNgonSegmentCount
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