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