pub struct AnnotationBox {
pub x: i64,
pub y: i64,
pub width: i64,
pub height: i64,
}Fields§
§x: i64§y: i64§width: i64§height: i64Trait Implementations§
Source§impl Clone for AnnotationBox
impl Clone for AnnotationBox
Source§fn clone(&self) -> AnnotationBox
fn clone(&self) -> AnnotationBox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnnotationBox
impl Debug for AnnotationBox
Auto Trait Implementations§
impl Freeze for AnnotationBox
impl RefUnwindSafe for AnnotationBox
impl Send for AnnotationBox
impl Sync for AnnotationBox
impl Unpin for AnnotationBox
impl UnsafeUnpin for AnnotationBox
impl UnwindSafe for AnnotationBox
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