Enum extendr_api::graphics::LineEnd
source · pub enum LineEnd {
Round,
Butt,
Square,
}
Variants§
Trait Implementations§
source§impl PartialEq for LineEnd
impl PartialEq for LineEnd
impl StructuralPartialEq for LineEnd
Auto Trait Implementations§
impl RefUnwindSafe for LineEnd
impl Send for LineEnd
impl Sync for LineEnd
impl Unpin for LineEnd
impl UnwindSafe for LineEnd
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