pub struct WidthMode { /* private fields */ }Implementations§
Source§impl WidthMode
impl WidthMode
pub fn get_val(&self) -> &LayoutModeValues
pub fn set_val(&mut self, value: LayoutModeValues) -> &mut WidthMode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WidthMode
impl RefUnwindSafe for WidthMode
impl Send for WidthMode
impl Sync for WidthMode
impl Unpin for WidthMode
impl UnwindSafe for WidthMode
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