pub struct Row { /* private fields */ }Implementations§
Source§impl Row
impl Row
pub fn get_row_num(&self) -> &u32
pub fn get_height(&self) -> &f64
pub fn set_height(&mut self, value: f64) -> &mut Self
pub fn get_descent(&self) -> &f64
pub fn set_descent(&mut self, value: f64) -> &mut Self
pub fn get_thick_bot(&self) -> &bool
pub fn set_thick_bot(&mut self, value: bool) -> &mut Self
pub fn get_custom_height(&self) -> &bool
pub fn set_custom_height(&mut self, value: bool) -> &mut Self
pub fn get_style(&self) -> &Style
pub fn get_style_mut(&mut self) -> &mut Style
pub fn set_style(&mut self, value: Style) -> &mut Self
Trait Implementations§
Source§impl PartialOrd for Row
impl PartialOrd for Row
impl StructuralPartialEq for Row
Auto Trait Implementations§
impl Freeze for Row
impl RefUnwindSafe for Row
impl Send for Row
impl Sync for Row
impl Unpin for Row
impl UnwindSafe for Row
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