#[repr(C)]pub struct BLRect {
pub x: f64,
pub y: f64,
pub w: f64,
pub h: f64,
}Fields§
§x: f64§y: f64§w: f64§h: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLRect
impl RefUnwindSafe for BLRect
impl Send for BLRect
impl Sync for BLRect
impl Unpin for BLRect
impl UnwindSafe for BLRect
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