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
impl Copy for EdidRequest
Source§impl Debug for EdidRequest
impl Debug for EdidRequest
Source§impl Default for EdidRequest
impl Default for EdidRequest
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