Struct xrandr_parser::connector::Resolution
source · [−]Fields
horizontal: Stringvertical: StringImplementations
sourceimpl Resolution
impl Resolution
Trait Implementations
sourceimpl Clone for Resolution
impl Clone for Resolution
sourcefn clone(&self) -> Resolution
fn clone(&self) -> Resolution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Resolution
impl Debug for Resolution
sourceimpl Default for Resolution
impl Default for Resolution
sourcefn default() -> Resolution
fn default() -> Resolution
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Resolution
impl<'de> Deserialize<'de> for Resolution
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Resolution> for Resolution
impl PartialEq<Resolution> for Resolution
sourcefn eq(&self, other: &Resolution) -> bool
fn eq(&self, other: &Resolution) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Resolution) -> bool
fn ne(&self, other: &Resolution) -> bool
This method tests for !=.
sourceimpl Serialize for Resolution
impl Serialize for Resolution
impl StructuralPartialEq for Resolution
Auto Trait Implementations
impl RefUnwindSafe for Resolution
impl Send for Resolution
impl Sync for Resolution
impl Unpin for Resolution
impl UnwindSafe for Resolution
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