#[non_exhaustive]pub struct FreeFormLayoutConfiguration { /* private fields */ }
Expand description
The configuration of a free-form layout.
Implementations§
source§impl FreeFormLayoutConfiguration
impl FreeFormLayoutConfiguration
sourcepub fn elements(&self) -> Option<&[FreeFormLayoutElement]>
pub fn elements(&self) -> Option<&[FreeFormLayoutElement]>
The elements that are included in a free-form layout.
sourcepub fn canvas_size_options(&self) -> Option<&FreeFormLayoutCanvasSizeOptions>
pub fn canvas_size_options(&self) -> Option<&FreeFormLayoutCanvasSizeOptions>
Configuration options for the canvas of a free-form layout.
source§impl FreeFormLayoutConfiguration
impl FreeFormLayoutConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FreeFormLayoutConfiguration
.
Trait Implementations§
source§impl Clone for FreeFormLayoutConfiguration
impl Clone for FreeFormLayoutConfiguration
source§fn clone(&self) -> FreeFormLayoutConfiguration
fn clone(&self) -> FreeFormLayoutConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FreeFormLayoutConfiguration
impl Debug for FreeFormLayoutConfiguration
source§impl PartialEq<FreeFormLayoutConfiguration> for FreeFormLayoutConfiguration
impl PartialEq<FreeFormLayoutConfiguration> for FreeFormLayoutConfiguration
source§fn eq(&self, other: &FreeFormLayoutConfiguration) -> bool
fn eq(&self, other: &FreeFormLayoutConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.