#[repr(C)]pub struct Edid { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Edid
impl RefUnwindSafe for Edid
impl !Send for Edid
impl !Sync for Edid
impl Unpin 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