pub struct Resizable { /* private fields */ }Expand description
Resizable panel group — panels separated by draggable handles.
Implementations§
Auto Trait Implementations§
impl Freeze for Resizable
impl RefUnwindSafe for Resizable
impl Send for Resizable
impl Sync for Resizable
impl Unpin for Resizable
impl UnsafeUnpin for Resizable
impl UnwindSafe for Resizable
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