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