pub struct AutoPlacement {
pub index: Option<f64>,
pub overflows: Vec<OverflowItem>,
}
Fields§
§index: Option<f64>
§overflows: Vec<OverflowItem>
Trait Implementations§
Source§impl Clone for AutoPlacement
impl Clone for AutoPlacement
Source§fn clone(&self) -> AutoPlacement
fn clone(&self) -> AutoPlacement
Returns a duplicate 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 Default for AutoPlacement
impl Default for AutoPlacement
Source§fn default() -> AutoPlacement
fn default() -> AutoPlacement
Returns the “default value” for a type. Read more
Source§impl TryFrom<JsValue> for AutoPlacement
impl TryFrom<JsValue> for AutoPlacement
Auto Trait Implementations§
impl Freeze for AutoPlacement
impl RefUnwindSafe for AutoPlacement
impl Send for AutoPlacement
impl Sync for AutoPlacement
impl Unpin for AutoPlacement
impl UnwindSafe for AutoPlacement
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