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