pub struct ExtensionRef(/* private fields */);
Implementations§
Source§impl ExtensionRef
impl ExtensionRef
Sourcepub fn tag(&self) -> ExtensionTag
pub fn tag(&self) -> ExtensionTag
Get the tag of an EDID extension block.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtensionRef
impl RefUnwindSafe for ExtensionRef
impl !Send for ExtensionRef
impl !Sync for ExtensionRef
impl Unpin for ExtensionRef
impl UnwindSafe for ExtensionRef
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