pub enum SizingPolicy {
Auto,
Fixed(u32),
FillParent,
}Variants§
Trait Implementations§
Source§impl Clone for SizingPolicy
impl Clone for SizingPolicy
Source§fn clone(&self) -> SizingPolicy
fn clone(&self) -> SizingPolicy
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SizingPolicy
impl Debug for SizingPolicy
impl Copy for SizingPolicy
Auto Trait Implementations§
impl Freeze for SizingPolicy
impl RefUnwindSafe for SizingPolicy
impl Send for SizingPolicy
impl Sync for SizingPolicy
impl Unpin for SizingPolicy
impl UnwindSafe for SizingPolicy
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)