Enum buffer_graphics_lib::prelude::LineType
source · pub enum LineType {
Point,
Horizontal,
Vertical,
Angled,
}
Variants§
Trait Implementations§
source§impl PartialEq for LineType
impl PartialEq for LineType
impl Copy for LineType
impl Eq for LineType
impl StructuralEq for LineType
impl StructuralPartialEq for LineType
Auto Trait Implementations§
impl RefUnwindSafe for LineType
impl Send for LineType
impl Sync for LineType
impl Unpin for LineType
impl UnwindSafe for LineType
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