pub struct ResizablePanelGroupProps {
pub layout: LayoutStyle,
pub axis: Axis,
pub model: Model<Vec<f32>>,
pub min_px: Vec<Px>,
pub enabled: bool,
pub chrome: ResizablePanelGroupStyle,
}Fields§
§layout: LayoutStyle§axis: Axis§model: Model<Vec<f32>>§min_px: Vec<Px>§enabled: bool§chrome: ResizablePanelGroupStyleImplementations§
Trait Implementations§
Source§impl Clone for ResizablePanelGroupProps
impl Clone for ResizablePanelGroupProps
Source§fn clone(&self) -> ResizablePanelGroupProps
fn clone(&self) -> ResizablePanelGroupProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ResizablePanelGroupProps
impl !Send for ResizablePanelGroupProps
impl !Sync for ResizablePanelGroupProps
impl !UnwindSafe for ResizablePanelGroupProps
impl Freeze for ResizablePanelGroupProps
impl Unpin for ResizablePanelGroupProps
impl UnsafeUnpin for ResizablePanelGroupProps
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