pub struct DisplayId {
pub connector: MonitorConnectorType,
pub display_id: u32,
pub flags: DisplayIdsFlags,
}Fields§
§connector: MonitorConnectorType§display_id: u32§flags: DisplayIdsFlagsTrait Implementations§
Source§impl<'de> Deserialize<'de> for DisplayId
impl<'de> Deserialize<'de> for DisplayId
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
Source§impl Ord for DisplayId
impl Ord for DisplayId
Source§impl PartialOrd for DisplayId
impl PartialOrd for DisplayId
impl Copy for DisplayId
impl Eq for DisplayId
impl StructuralPartialEq for DisplayId
Auto Trait Implementations§
impl Freeze for DisplayId
impl RefUnwindSafe for DisplayId
impl Send for DisplayId
impl Sync for DisplayId
impl Unpin for DisplayId
impl UnwindSafe for DisplayId
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