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