#[repr(C)]pub struct lh_size {
pub width: f32,
pub height: f32,
}Fields§
§width: f32§height: f32Trait Implementations§
impl Copy for lh_size
Auto Trait Implementations§
impl Freeze for lh_size
impl RefUnwindSafe for lh_size
impl Send for lh_size
impl Sync for lh_size
impl Unpin for lh_size
impl UnsafeUnpin for lh_size
impl UnwindSafe for lh_size
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