pub struct VendorHdmiBlockRef(/* private fields */);Expand description
Reference for VendorHdmiBlock
Implementations§
Source§impl VendorHdmiBlockRef
impl VendorHdmiBlockRef
Sourcepub fn inner(&self) -> VendorHdmiBlock
pub fn inner(&self) -> VendorHdmiBlock
Access the inner VendorHdmiBlock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VendorHdmiBlockRef
impl RefUnwindSafe for VendorHdmiBlockRef
impl !Send for VendorHdmiBlockRef
impl !Sync for VendorHdmiBlockRef
impl Unpin for VendorHdmiBlockRef
impl UnwindSafe for VendorHdmiBlockRef
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