#[repr(C)]pub struct textlabel_t {
pub text: *mut c_char,
pub fontname: *mut c_char,
pub fontcolor: *mut c_char,
pub charset: c_int,
pub fontsize: f64,
pub dimen: pointf,
pub space: pointf,
pub pos: pointf,
pub u: textlabel_t__bindgen_ty_1,
pub valign: c_char,
pub set: boolean,
pub html: boolean,
}Fields§
§text: *mut c_char§fontname: *mut c_char§fontcolor: *mut c_char§charset: c_int§fontsize: f64§dimen: pointf§space: pointf§pos: pointf§u: textlabel_t__bindgen_ty_1§valign: c_char§set: boolean§html: booleanTrait Implementations§
Source§impl Clone for textlabel_t
impl Clone for textlabel_t
Source§fn clone(&self) -> textlabel_t
fn clone(&self) -> textlabel_t
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 moreimpl Copy for textlabel_t
Auto Trait Implementations§
impl Freeze for textlabel_t
impl RefUnwindSafe for textlabel_t
impl !Send for textlabel_t
impl !Sync for textlabel_t
impl Unpin for textlabel_t
impl UnwindSafe for textlabel_t
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