pub struct PlacementConfig {
pub expanded: ExpandedPlacementConfig,
pub landmarks: LandmarkPlacementConfig,
pub reveal: PlacementRevealConfig,
}Fields§
§expanded: ExpandedPlacementConfig§landmarks: LandmarkPlacementConfig§reveal: PlacementRevealConfigTrait Implementations§
Source§impl Clone for PlacementConfig
impl Clone for PlacementConfig
Source§fn clone(&self) -> PlacementConfig
fn clone(&self) -> PlacementConfig
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 moreSource§impl Debug for PlacementConfig
impl Debug for PlacementConfig
Source§impl Default for PlacementConfig
impl Default for PlacementConfig
Source§impl PartialEq for PlacementConfig
impl PartialEq for PlacementConfig
Source§fn eq(&self, other: &PlacementConfig) -> bool
fn eq(&self, other: &PlacementConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlacementConfig
Auto Trait Implementations§
impl Freeze for PlacementConfig
impl RefUnwindSafe for PlacementConfig
impl Send for PlacementConfig
impl Sync for PlacementConfig
impl Unpin for PlacementConfig
impl UnsafeUnpin for PlacementConfig
impl UnwindSafe for PlacementConfig
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