pub struct HeightMode { /* private fields */ }Implementations§
Source§impl HeightMode
impl HeightMode
pub fn get_val(&self) -> &LayoutModeValues
pub fn set_val(&mut self, value: LayoutModeValues) -> &mut HeightMode
Trait Implementations§
Source§impl Clone for HeightMode
impl Clone for HeightMode
Source§fn clone(&self) -> HeightMode
fn clone(&self) -> HeightMode
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 HeightMode
impl Debug for HeightMode
Source§impl Default for HeightMode
impl Default for HeightMode
Source§fn default() -> HeightMode
fn default() -> HeightMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeightMode
impl RefUnwindSafe for HeightMode
impl Send for HeightMode
impl Sync for HeightMode
impl Unpin for HeightMode
impl UnwindSafe for HeightMode
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