pub struct ViewArea {
pub view_id: usize,
pub redraw_id: u64,
}
Fields§
§view_id: usize
§redraw_id: u64
Trait Implementations§
impl Copy for ViewArea
impl StructuralPartialEq for ViewArea
Auto Trait Implementations§
impl Freeze for ViewArea
impl RefUnwindSafe for ViewArea
impl Send for ViewArea
impl Sync for ViewArea
impl Unpin for ViewArea
impl UnwindSafe for ViewArea
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