Struct NORMALIZEDRECT
#[repr(C)]pub struct NORMALIZEDRECT {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Fields§
§left: f32
§top: f32
§right: f32
§bottom: f32
Trait Implementations§
§impl Clone for NORMALIZEDRECT
impl Clone for NORMALIZEDRECT
§fn clone(&self) -> NORMALIZEDRECT
fn clone(&self) -> NORMALIZEDRECT
Returns a copy 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 more§impl Debug for NORMALIZEDRECT
impl Debug for NORMALIZEDRECT
§impl Default for NORMALIZEDRECT
impl Default for NORMALIZEDRECT
§impl PartialEq for NORMALIZEDRECT
impl PartialEq for NORMALIZEDRECT
impl Copy for NORMALIZEDRECT
impl StructuralPartialEq for NORMALIZEDRECT
Auto Trait Implementations§
impl Freeze for NORMALIZEDRECT
impl RefUnwindSafe for NORMALIZEDRECT
impl Send for NORMALIZEDRECT
impl Sync for NORMALIZEDRECT
impl Unpin for NORMALIZEDRECT
impl UnwindSafe for NORMALIZEDRECT
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