Struct dsntk_model::DcBounds
source · pub struct DcBounds {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Expand description
Defines bounds.
Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DcBounds
impl RefUnwindSafe for DcBounds
impl Send for DcBounds
impl Sync for DcBounds
impl Unpin for DcBounds
impl UnwindSafe for DcBounds
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