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