pub struct ScreenLayout {
pub id: u32,
pub x: u16,
pub y: u16,
pub width: u16,
pub height: u16,
pub flags: u32,
}Fields§
§id: u32§x: u16§y: u16§width: u16§height: u16§flags: u32Trait Implementations§
Source§impl Clone for ScreenLayout
impl Clone for ScreenLayout
impl Copy for ScreenLayout
Source§impl Debug for ScreenLayout
impl Debug for ScreenLayout
impl Eq for ScreenLayout
Source§impl PartialEq for ScreenLayout
impl PartialEq for ScreenLayout
impl StructuralPartialEq for ScreenLayout
Auto Trait Implementations§
impl Freeze for ScreenLayout
impl RefUnwindSafe for ScreenLayout
impl Send for ScreenLayout
impl Sync for ScreenLayout
impl Unpin for ScreenLayout
impl UnsafeUnpin for ScreenLayout
impl UnwindSafe for ScreenLayout
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