pub struct AutoLayout<K, V> { /* private fields */ }
Implementations§
Source§impl<K, V> AutoLayout<K, V>
impl<K, V> AutoLayout<K, V>
pub fn new(layout_cell: LayoutRect) -> Self
pub fn change_cell(&mut self, layout_cell: LayoutRect)
Source§impl<K, V> AutoLayout<K, V>
impl<K, V> AutoLayout<K, V>
Source§impl<K, V> AutoLayout<K, V>where
V: Ord,
impl<K, V> AutoLayout<K, V>where
V: Ord,
Auto Trait Implementations§
impl<K, V> Freeze for AutoLayout<K, V>
impl<K, V> RefUnwindSafe for AutoLayout<K, V>where
V: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, V> Send for AutoLayout<K, V>
impl<K, V> Sync for AutoLayout<K, V>
impl<K, V> Unpin for AutoLayout<K, V>
impl<K, V> UnwindSafe for AutoLayout<K, V>where
K: UnwindSafe,
V: UnwindSafe,
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T, V> IntoOptPropValue<V> for Twhere
T: IntoPropValue<Option<V>>,
impl<T, V> IntoOptPropValue<V> for Twhere
T: IntoPropValue<Option<V>>,
Source§fn into_opt_prop_value(self) -> Option<V>
fn into_opt_prop_value(self) -> Option<V>
Convert
self
to an optional value of a Properties
struct.Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.