#[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§
impl Freeze for ViewRect
impl RefUnwindSafe for ViewRect
impl Unpin for ViewRect
impl UnwindSafe for ViewRect
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