#[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: uiDrawTextAlignTrait Implementations§
Source§impl Clone for uiDrawTextLayoutParams
impl Clone for uiDrawTextLayoutParams
Source§fn clone(&self) -> uiDrawTextLayoutParams
fn clone(&self) -> uiDrawTextLayoutParams
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 moreimpl Copy for uiDrawTextLayoutParams
Auto Trait Implementations§
impl !Send for uiDrawTextLayoutParams
impl !Sync for uiDrawTextLayoutParams
impl Freeze for uiDrawTextLayoutParams
impl RefUnwindSafe for uiDrawTextLayoutParams
impl Unpin for uiDrawTextLayoutParams
impl UnsafeUnpin for uiDrawTextLayoutParams
impl UnwindSafe for uiDrawTextLayoutParams
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