#[repr(C)]pub struct mxr_edid_request_t {
pub target: mxr_uid_t,
pub output: bool,
}Expand description
Asks one device for its EDID.
Fields§
§target: mxr_uid_tThe device being asked.
output: boolWhether the sink’s EDID is wanted rather than the source’s.
Trait Implementations§
Source§impl Clone for mxr_edid_request_t
impl Clone for mxr_edid_request_t
impl Copy for mxr_edid_request_t
Auto Trait Implementations§
impl Freeze for mxr_edid_request_t
impl RefUnwindSafe for mxr_edid_request_t
impl Send for mxr_edid_request_t
impl Sync for mxr_edid_request_t
impl Unpin for mxr_edid_request_t
impl UnsafeUnpin for mxr_edid_request_t
impl UnwindSafe for mxr_edid_request_t
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