pub struct Alignment {
pub horizontal: HorizontalAlignment,
pub vertical: VerticalAlignment,
pub wrap_text: bool,
pub text_rotation: i32,
pub indent: u32,
}Fields§
§horizontal: HorizontalAlignment§vertical: VerticalAlignment§wrap_text: bool§text_rotation: i32§indent: u32Trait Implementations§
impl StructuralPartialEq for Alignment
Auto Trait Implementations§
impl Freeze for Alignment
impl RefUnwindSafe for Alignment
impl Send for Alignment
impl Sync for Alignment
impl Unpin for Alignment
impl UnsafeUnpin for Alignment
impl UnwindSafe for Alignment
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