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