pub struct DrawText {Show 16 fields
pub text: Option<String>,
pub textfile: Option<String>,
pub fontfile: Option<String>,
pub fontsize: Option<f64>,
pub fontcolor: Option<String>,
pub x: Option<String>,
pub y: Option<String>,
pub boxcolor: Option<String>,
pub borderw: Option<f64>,
pub shadowcolor: Option<String>,
pub shadowx: Option<f64>,
pub shadowy: Option<f64>,
pub alpha: Option<f64>,
pub font: Option<String>,
pub line_spacing: Option<f64>,
pub enable: Option<String>,
}Fields§
§text: Option<String>§textfile: Option<String>§fontfile: Option<String>§fontsize: Option<f64>§fontcolor: Option<String>§x: Option<String>§y: Option<String>§boxcolor: Option<String>§borderw: Option<f64>§shadowcolor: Option<String>§shadowx: Option<f64>§shadowy: Option<f64>§alpha: Option<f64>§font: Option<String>§line_spacing: Option<f64>§enable: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawText
impl RefUnwindSafe for DrawText
impl Send for DrawText
impl Sync for DrawText
impl Unpin for DrawText
impl UnsafeUnpin for DrawText
impl UnwindSafe for DrawText
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