pub struct PineBox {Show 17 fields
pub left: f64,
pub top: f64,
pub right: f64,
pub bottom: f64,
pub border_color: Option<Color>,
pub border_width: f64,
pub border_style: String,
pub extend: String,
pub xloc: String,
pub bgcolor: Option<Color>,
pub text: String,
pub text_size: f64,
pub text_color: Option<Color>,
pub text_halign: String,
pub text_valign: String,
pub text_wrap: String,
pub text_font_family: String,
}Fields§
§left: f64§top: f64§right: f64§bottom: f64§border_color: Option<Color>§border_width: f64§border_style: String§extend: String§xloc: String§bgcolor: Option<Color>§text: String§text_size: f64§text_color: Option<Color>§text_halign: String§text_valign: String§text_wrap: String§text_font_family: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PineBox
impl RefUnwindSafe for PineBox
impl Send for PineBox
impl Sync for PineBox
impl Unpin for PineBox
impl UnsafeUnpin for PineBox
impl UnwindSafe for PineBox
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