pub struct RawLine {
pub points: [RawPoint; 2],
}Fields§
§points: [RawPoint; 2]Implementations§
Trait Implementations§
impl Copy for RawLine
Auto Trait Implementations§
impl Freeze for RawLine
impl RefUnwindSafe for RawLine
impl Send for RawLine
impl Sync for RawLine
impl Unpin for RawLine
impl UnwindSafe for RawLine
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