pub struct GraceIntent {
pub area: Polygon,
pub side: GraceSide,
}Fields§
§area: Polygon§side: GraceSideTrait Implementations§
Source§impl Clone for GraceIntent
impl Clone for GraceIntent
Source§fn clone(&self) -> GraceIntent
fn clone(&self) -> GraceIntent
Returns a duplicate 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 Debug for GraceIntent
impl Debug for GraceIntent
Source§impl PartialEq for GraceIntent
impl PartialEq for GraceIntent
impl Copy for GraceIntent
impl StructuralPartialEq for GraceIntent
Auto Trait Implementations§
impl Freeze for GraceIntent
impl RefUnwindSafe for GraceIntent
impl Send for GraceIntent
impl Sync for GraceIntent
impl Unpin for GraceIntent
impl UnsafeUnpin for GraceIntent
impl UnwindSafe for GraceIntent
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