pub struct Layout { /* private fields */ }
Expand description
Layout can be used to move header to a specific corner.
Implementations§
Trait Implementations§
Source§impl Ord for Layout
impl Ord for Layout
Source§impl PartialOrd for Layout
impl PartialOrd for Layout
Source§impl<R, C, D> TableOption<R, C, D> for Layout
impl<R, C, D> TableOption<R, C, D> for Layout
impl Eq for Layout
impl StructuralPartialEq for Layout
Auto Trait Implementations§
impl Freeze for Layout
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnwindSafe for Layout
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