pub struct FrameRef {
pub index: u32,
pub source_start: usize,
pub source_end: usize,
pub bytes: Vec<u8>,
}Expand description
A reference to a rendered frame.
Fields§
§index: u32§source_start: usize§source_end: usize§bytes: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameRef
impl RefUnwindSafe for FrameRef
impl Send for FrameRef
impl Sync for FrameRef
impl Unpin for FrameRef
impl UnsafeUnpin for FrameRef
impl UnwindSafe for FrameRef
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