Struct macroquad_text::TextParams [−][src]
pub struct TextParams<'a> {
pub text: &'a str,
pub x: f32,
pub y: f32,
pub size: u16,
pub color: Color,
pub draw: DrawFrom,
}Fields
text: &'a strx: f32y: f32size: u16color: Colordraw: DrawFromTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TextParams<'a>
impl<'a> Send for TextParams<'a>
impl<'a> Sync for TextParams<'a>
impl<'a> Unpin for TextParams<'a>
impl<'a> UnwindSafe for TextParams<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
