pub struct LayoutStubState {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Trait Implementations§
Source§impl Clone for LayoutStubState
impl Clone for LayoutStubState
Source§fn clone(&self) -> LayoutStubState
fn clone(&self) -> LayoutStubState
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 LayoutStubState
impl Debug for LayoutStubState
Source§impl Default for LayoutStubState
impl Default for LayoutStubState
Source§fn default() -> LayoutStubState
fn default() -> LayoutStubState
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayoutStubState
impl PartialEq for LayoutStubState
impl Eq for LayoutStubState
impl StructuralPartialEq for LayoutStubState
Auto Trait Implementations§
impl Freeze for LayoutStubState
impl RefUnwindSafe for LayoutStubState
impl Send for LayoutStubState
impl Sync for LayoutStubState
impl Unpin for LayoutStubState
impl UnsafeUnpin for LayoutStubState
impl UnwindSafe for LayoutStubState
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