#[repr(C)]pub struct DRAWBOT_RectF32 {
pub left: f32,
pub top: f32,
pub width: f32,
pub height: f32,
}Fields§
§left: f32§top: f32§width: f32§height: f32Trait Implementations§
Source§impl Clone for DRAWBOT_RectF32
impl Clone for DRAWBOT_RectF32
Source§fn clone(&self) -> DRAWBOT_RectF32
fn clone(&self) -> DRAWBOT_RectF32
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 DRAWBOT_RectF32
impl Debug for DRAWBOT_RectF32
impl Copy for DRAWBOT_RectF32
Auto Trait Implementations§
impl Freeze for DRAWBOT_RectF32
impl RefUnwindSafe for DRAWBOT_RectF32
impl Send for DRAWBOT_RectF32
impl Sync for DRAWBOT_RectF32
impl Unpin for DRAWBOT_RectF32
impl UnwindSafe for DRAWBOT_RectF32
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