#[repr(C)]pub struct DisplayArea {
pub top_left_mm_xyz: [f32; 3],
pub top_right_mm_xyz: [f32; 3],
pub bottom_left_mm_xyz: [f32; 3],
}
Fields§
§top_left_mm_xyz: [f32; 3]
§top_right_mm_xyz: [f32; 3]
§bottom_left_mm_xyz: [f32; 3]
Trait Implementations§
Source§impl Clone for DisplayArea
impl Clone for DisplayArea
Source§fn clone(&self) -> DisplayArea
fn clone(&self) -> DisplayArea
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DisplayArea
impl Debug for DisplayArea
impl Copy for DisplayArea
Auto Trait Implementations§
impl Freeze for DisplayArea
impl RefUnwindSafe for DisplayArea
impl Send for DisplayArea
impl Sync for DisplayArea
impl Unpin for DisplayArea
impl UnwindSafe for DisplayArea
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