pub struct PaneScaffoldDirective {
pub max_horizontal_partitions: u32,
pub horizontal_part_spacing: f32,
pub list_pane_width: f32,
pub content_padding: PaddingValues,
}Fields§
§max_horizontal_partitions: u32§horizontal_part_spacing: f32§list_pane_width: f32§content_padding: PaddingValuesImplementations§
Source§impl PaneScaffoldDirective
impl PaneScaffoldDirective
pub fn from_window_size_class(class: WindowSizeClass) -> Self
Trait Implementations§
Source§impl Clone for PaneScaffoldDirective
impl Clone for PaneScaffoldDirective
Source§fn clone(&self) -> PaneScaffoldDirective
fn clone(&self) -> PaneScaffoldDirective
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 moreimpl Copy for PaneScaffoldDirective
Source§impl Debug for PaneScaffoldDirective
impl Debug for PaneScaffoldDirective
Auto Trait Implementations§
impl Freeze for PaneScaffoldDirective
impl RefUnwindSafe for PaneScaffoldDirective
impl Send for PaneScaffoldDirective
impl Sync for PaneScaffoldDirective
impl Unpin for PaneScaffoldDirective
impl UnsafeUnpin for PaneScaffoldDirective
impl UnwindSafe for PaneScaffoldDirective
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