pub struct ImageText8 {
pub drawable: Drawable,
pub gc: GContextId,
pub x: i16,
pub y: i16,
pub string: Vec<u8>,
}Fields§
§drawable: Drawable§gc: GContextId§x: i16§y: i16§string: Vec<u8>Trait Implementations§
Source§impl Clone for ImageText8
impl Clone for ImageText8
Source§fn clone(&self) -> ImageText8
fn clone(&self) -> ImageText8
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 ImageText8
impl Debug for ImageText8
Source§impl LeBytes for ImageText8
impl LeBytes for ImageText8
Auto Trait Implementations§
impl Freeze for ImageText8
impl RefUnwindSafe for ImageText8
impl Send for ImageText8
impl Sync for ImageText8
impl Unpin for ImageText8
impl UnwindSafe for ImageText8
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