#[repr(C, packed(1))]pub struct edid_info {
pub dummy: [u8; 128],
}Available on x86 or x86-64 only.
Expand description
From include/uapi/video/edid.h
Fields§
§dummy: [u8; 128]Trait Implementations§
impl Copy for edid_info
impl StructuralPartialEq for edid_info
Auto Trait Implementations§
impl Freeze for edid_info
impl RefUnwindSafe for edid_info
impl Send for edid_info
impl Sync for edid_info
impl Unpin for edid_info
impl UnsafeUnpin for edid_info
impl UnwindSafe for edid_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