#[repr(C)]pub struct LayoutLimits {
pub MinWidth: UWORD,
pub MinHeight: UWORD,
pub MaxWidth: UWORD,
pub MaxHeight: UWORD,
}Fields§
§MinWidth: UWORD§MinHeight: UWORD§MaxWidth: UWORD§MaxHeight: UWORDTrait Implementations§
Source§impl Clone for LayoutLimits
impl Clone for LayoutLimits
Source§fn clone(&self) -> LayoutLimits
fn clone(&self) -> LayoutLimits
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 Debug for LayoutLimits
impl Debug for LayoutLimits
impl Copy for LayoutLimits
Auto Trait Implementations§
impl Freeze for LayoutLimits
impl RefUnwindSafe for LayoutLimits
impl Send for LayoutLimits
impl Sync for LayoutLimits
impl Unpin for LayoutLimits
impl UnwindSafe for LayoutLimits
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