#[repr(C)]pub struct TextExtent {
pub te_Width: UWORD,
pub te_Height: UWORD,
pub te_Extent: Rectangle,
}Fields§
§te_Width: UWORD§te_Height: UWORD§te_Extent: RectangleTrait Implementations§
Source§impl Clone for TextExtent
impl Clone for TextExtent
Source§fn clone(&self) -> TextExtent
fn clone(&self) -> TextExtent
Returns a duplicate of the value. Read more
1.0.0 · 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 TextExtent
impl Debug for TextExtent
impl Copy for TextExtent
Auto Trait Implementations§
impl Freeze for TextExtent
impl RefUnwindSafe for TextExtent
impl Send for TextExtent
impl Sync for TextExtent
impl Unpin for TextExtent
impl UnwindSafe for TextExtent
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