Struct xrandr_parser::Screen
source · [−]pub struct Screen {
pub minimum: Resolution,
pub current: Resolution,
pub maximum: Resolution,
}Fields
minimum: Resolutioncurrent: Resolutionmaximum: ResolutionTrait Implementations
impl StructuralPartialEq for Screen
Auto Trait Implementations
impl RefUnwindSafe for Screen
impl Send for Screen
impl Sync for Screen
impl Unpin for Screen
impl UnwindSafe for Screen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more