pub struct DesktopLayout {
pub width: u16,
pub height: u16,
pub screens: Vec<ScreenLayout>,
}Fields§
§width: u16§height: u16§screens: Vec<ScreenLayout>Trait Implementations§
Source§impl Clone for DesktopLayout
impl Clone for DesktopLayout
Source§impl Debug for DesktopLayout
impl Debug for DesktopLayout
impl Eq for DesktopLayout
Source§impl PartialEq for DesktopLayout
impl PartialEq for DesktopLayout
impl StructuralPartialEq for DesktopLayout
Auto Trait Implementations§
impl Freeze for DesktopLayout
impl RefUnwindSafe for DesktopLayout
impl Send for DesktopLayout
impl Sync for DesktopLayout
impl Unpin for DesktopLayout
impl UnsafeUnpin for DesktopLayout
impl UnwindSafe for DesktopLayout
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