pub struct Edid {
pub header: Header,
pub display: Display,
pub descriptors: Vec<Descriptor>,
pub num_extr: u8,
/* private fields */
}Fields§
§header: Header§display: Display§descriptors: Vec<Descriptor>§num_extr: u8Trait Implementations§
impl StructuralPartialEq for Edid
Auto Trait Implementations§
impl Freeze for Edid
impl RefUnwindSafe for Edid
impl Send for Edid
impl Sync for Edid
impl Unpin for Edid
impl UnsafeUnpin for Edid
impl UnwindSafe for Edid
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