#[repr(C)]pub struct DDCA_Display_Info {
pub marker: [c_char; 4],
pub dispno: c_int,
pub path: DDCA_IO_Path,
pub usb_bus: c_int,
pub usb_device: c_int,
pub mfg_id: *const c_char,
pub model_name: *const c_char,
pub sn: *const c_char,
pub edid_bytes: *const u8,
pub dref: DDCA_Display_Ref,
}Fields§
§marker: [c_char; 4]§dispno: c_int§path: DDCA_IO_Path§usb_bus: c_int§usb_device: c_int§mfg_id: *const c_char§model_name: *const c_char§sn: *const c_char§edid_bytes: *const u8§dref: DDCA_Display_RefImplementations§
Source§impl DDCA_Display_Info
impl DDCA_Display_Info
pub fn edid_bytes(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for DDCA_Display_Info
impl Clone for DDCA_Display_Info
Source§fn clone(&self) -> DDCA_Display_Info
fn clone(&self) -> DDCA_Display_Info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DDCA_Display_Info
impl Debug for DDCA_Display_Info
impl Copy for DDCA_Display_Info
Auto Trait Implementations§
impl Freeze for DDCA_Display_Info
impl RefUnwindSafe for DDCA_Display_Info
impl !Send for DDCA_Display_Info
impl !Sync for DDCA_Display_Info
impl Unpin for DDCA_Display_Info
impl UnwindSafe for DDCA_Display_Info
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