Struct libui_ng_sys::uiDrawTextLayoutParams
source · #[repr(C)]pub struct uiDrawTextLayoutParams {
pub String: *mut uiAttributedString,
pub DefaultFont: *mut uiFontDescriptor,
pub Width: f64,
pub Align: uiDrawTextAlign,
}
Fields§
§String: *mut uiAttributedString
§DefaultFont: *mut uiFontDescriptor
§Width: f64
§Align: uiDrawTextAlign
Trait Implementations§
source§impl Clone for uiDrawTextLayoutParams
impl Clone for uiDrawTextLayoutParams
source§fn clone(&self) -> uiDrawTextLayoutParams
fn clone(&self) -> uiDrawTextLayoutParams
Returns a copy 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 more