#[repr(C)]pub struct D2D_RECT_F {
pub left: FLOAT,
pub top: FLOAT,
pub right: FLOAT,
pub bottom: FLOAT,
}
Fields§
§left: FLOAT
§top: FLOAT
§right: FLOAT
§bottom: FLOAT
Trait Implementations§
Source§impl Clone for D2D_RECT_F
impl Clone for D2D_RECT_F
Source§fn clone(&self) -> D2D_RECT_F
fn clone(&self) -> D2D_RECT_F
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 Default for D2D_RECT_F
impl Default for D2D_RECT_F
Source§fn default() -> D2D_RECT_F
fn default() -> D2D_RECT_F
Returns the “default value” for a type. Read more
impl Copy for D2D_RECT_F
Auto Trait Implementations§
impl Freeze for D2D_RECT_F
impl RefUnwindSafe for D2D_RECT_F
impl Send for D2D_RECT_F
impl Sync for D2D_RECT_F
impl Unpin for D2D_RECT_F
impl UnwindSafe for D2D_RECT_F
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