pub struct LabelAlignment { /* private fields */ }Implementations§
Source§impl LabelAlignment
impl LabelAlignment
pub fn get_val(&self) -> &LabelAlignmentValues
pub fn set_val(&mut self, value: LabelAlignmentValues) -> &mut LabelAlignment
Trait Implementations§
Source§impl Clone for LabelAlignment
impl Clone for LabelAlignment
Source§fn clone(&self) -> LabelAlignment
fn clone(&self) -> LabelAlignment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LabelAlignment
impl Debug for LabelAlignment
Source§impl Default for LabelAlignment
impl Default for LabelAlignment
Source§fn default() -> LabelAlignment
fn default() -> LabelAlignment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LabelAlignment
impl RefUnwindSafe for LabelAlignment
impl Send for LabelAlignment
impl Sync for LabelAlignment
impl Unpin for LabelAlignment
impl UnwindSafe for LabelAlignment
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