#[repr(C)]pub struct ViewRect {
    pub left: int32,
    pub top: int32,
    pub right: int32,
    pub bottom: int32,
}Fields§
§left: int32§top: int32§right: int32§bottom: int32Trait Implementations§
impl Copy for ViewRect
impl Send for ViewRect
impl Sync for ViewRect
Auto Trait Implementations§
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