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