pub struct EdidRequest {
pub target: DeviceUid,
pub output: bool,
}Expand description
Asks one device for its EDID.
Fields§
§target: DeviceUidThe device being asked.
output: boolWhether the sink’s EDID is wanted rather than the source’s.
Trait Implementations§
Source§impl Clone for EdidRequest
impl Clone for EdidRequest
Source§fn clone(&self) -> EdidRequest
fn clone(&self) -> EdidRequest
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 EdidRequest
Source§impl Debug for EdidRequest
impl Debug for EdidRequest
Source§impl Default for EdidRequest
impl Default for EdidRequest
Source§fn default() -> EdidRequest
fn default() -> EdidRequest
Returns the “default value” for a type. Read more
impl Eq for EdidRequest
Source§impl PartialEq for EdidRequest
impl PartialEq for EdidRequest
impl StructuralPartialEq for EdidRequest
Auto Trait Implementations§
impl Freeze for EdidRequest
impl RefUnwindSafe for EdidRequest
impl Send for EdidRequest
impl Sync for EdidRequest
impl Unpin for EdidRequest
impl UnsafeUnpin for EdidRequest
impl UnwindSafe for EdidRequest
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