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