Enum screeps::objects::visual::LineDrawStyle
source · pub enum LineDrawStyle {
Solid,
Dashed,
Dotted,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for LineDrawStyle
impl Clone for LineDrawStyle
source§fn clone(&self) -> LineDrawStyle
fn clone(&self) -> LineDrawStyle
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 Default for LineDrawStyle
impl Default for LineDrawStyle
source§fn default() -> LineDrawStyle
fn default() -> LineDrawStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LineDrawStyle
impl Send for LineDrawStyle
impl Sync for LineDrawStyle
impl Unpin for LineDrawStyle
impl UnwindSafe for LineDrawStyle
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