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