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