#[repr(C)]pub struct BLBox {
pub x0: f64,
pub y0: f64,
pub x1: f64,
pub y1: f64,
}Fields§
§x0: f64§y0: f64§x1: f64§y1: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLBox
impl RefUnwindSafe for BLBox
impl Send for BLBox
impl Sync for BLBox
impl Unpin for BLBox
impl UnwindSafe for BLBox
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