#[repr(C)]pub struct A_LRect {
pub left: A_long,
pub top: A_long,
pub right: A_long,
pub bottom: A_long,
}Fields§
§left: A_long§top: A_long§right: A_long§bottom: A_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_LRect
impl RefUnwindSafe for A_LRect
impl Send for A_LRect
impl Sync for A_LRect
impl Unpin for A_LRect
impl UnwindSafe for A_LRect
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