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