pub struct Area_type(/* private fields */);
Implementations§
Source§impl Area_type
impl Area_type
pub fn New(Point_1: Point_type, Point_2: Point_type) -> Self
pub fn Get_point_1(&self) -> Point_type
pub fn Get_point_2(&self) -> Point_type
pub fn Get_width(&self) -> u16
pub fn Get_height(&self) -> u16
pub fn Set_point_1(self, Value: Point_type) -> Self
pub fn Set_point_2(self, Value: Point_type) -> Self
Trait Implementations§
impl Copy for Area_type
impl Eq for Area_type
impl StructuralPartialEq for Area_type
Auto Trait Implementations§
impl Freeze for Area_type
impl RefUnwindSafe for Area_type
impl Send for Area_type
impl Sync for Area_type
impl Unpin for Area_type
impl UnwindSafe for Area_type
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