pub struct Monitor {
pub friendly_device_name: String,
pub source_device_name: String,
pub device_path: String,
pub dimensions: Dimensions,
pub pixel_format: PixelFormat,
pub position: Position,
pub rotation: Rotation,
pub scaling: Scaling,
pub refresh_rate: Rational,
pub path_source_size: Position,
pub desktop_image_region: Rect,
pub desktop_image_clip: Rect,
}Fields§
§friendly_device_name: String§source_device_name: String§device_path: String§dimensions: Dimensions§pixel_format: PixelFormat§position: Position§rotation: Rotation§scaling: Scaling§refresh_rate: Rational§path_source_size: Position§desktop_image_region: Rect§desktop_image_clip: RectTrait Implementations§
Source§impl<'de> Deserialize<'de> for Monitor
impl<'de> Deserialize<'de> for Monitor
Source§fn 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
impl Eq for Monitor
impl StructuralPartialEq for Monitor
Auto Trait Implementations§
impl Freeze for Monitor
impl RefUnwindSafe for Monitor
impl Send for Monitor
impl Sync for Monitor
impl Unpin for Monitor
impl UnsafeUnpin for Monitor
impl UnwindSafe for Monitor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.