pub struct ScreenInfo {
pub id: u64,
pub scale_factor: f64,
pub is_built_in: bool,
pub rotation: u64,
pub touch_support: u64,
pub bounds: Bounds,
pub work_area: WorkArea,
}Expand description
Screen Info
Fields§
§id: u64§scale_factor: f64§is_built_in: bool§rotation: u64§touch_support: u64§bounds: Bounds§work_area: WorkAreaTrait Implementations§
Source§impl Debug for ScreenInfo
impl Debug for ScreenInfo
Auto Trait Implementations§
impl Freeze for ScreenInfo
impl RefUnwindSafe for ScreenInfo
impl Send for ScreenInfo
impl Sync for ScreenInfo
impl Unpin for ScreenInfo
impl UnwindSafe for ScreenInfo
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