pub struct EdidProfileChange {
pub target: DeviceUid,
pub profile: EdidProfile,
}Expand description
Asks a device to switch its input EDID profile.
Fields§
§target: DeviceUidThe device to act on.
profile: EdidProfileThe profile to switch to.
Trait Implementations§
Source§impl Clone for EdidProfileChange
impl Clone for EdidProfileChange
Source§fn clone(&self) -> EdidProfileChange
fn clone(&self) -> EdidProfileChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EdidProfileChange
Source§impl Debug for EdidProfileChange
impl Debug for EdidProfileChange
Source§impl Default for EdidProfileChange
impl Default for EdidProfileChange
Source§fn default() -> EdidProfileChange
fn default() -> EdidProfileChange
Returns the “default value” for a type. Read more
impl Eq for EdidProfileChange
Source§impl PartialEq for EdidProfileChange
impl PartialEq for EdidProfileChange
impl StructuralPartialEq for EdidProfileChange
Auto Trait Implementations§
impl Freeze for EdidProfileChange
impl RefUnwindSafe for EdidProfileChange
impl Send for EdidProfileChange
impl Sync for EdidProfileChange
impl Unpin for EdidProfileChange
impl UnsafeUnpin for EdidProfileChange
impl UnwindSafe for EdidProfileChange
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