pub struct Square {
pub anker: (isize, isize),
pub length: u32,
pub anker_type: AnkerType,
pub solid: bool,
pub color: RGBA,
}
Fields§
§anker: (isize, isize)
§length: u32
§anker_type: AnkerType
§solid: bool
§color: RGBA
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Square
impl RefUnwindSafe for Square
impl Send for Square
impl Sync for Square
impl Unpin for Square
impl UnwindSafe for Square
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