pub struct FrameBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
Source§impl<'a: 'b, 'b> FrameBuilder<'a, 'b>
impl<'a: 'b, 'b> FrameBuilder<'a, 'b>
pub fn add_t(&mut self, t: i64)
pub fn add_begin_t(&mut self, begin_t: i64)
pub fn add_end_t(&mut self, end_t: i64)
pub fn add_exposure_begin_t(&mut self, exposure_begin_t: i64)
pub fn add_exposure_end_t(&mut self, exposure_end_t: i64)
pub fn add_format(&mut self, format: FrameFormat)
pub fn add_width(&mut self, width: i16)
pub fn add_height(&mut self, height: i16)
pub fn add_offset_x(&mut self, offset_x: i16)
pub fn add_offset_y(&mut self, offset_y: i16)
pub fn add_pixels(&mut self, pixels: WIPOffset<Vector<'b, u8>>)
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a>) -> FrameBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<Frame<'a>>
Auto Trait Implementations§
impl<'a, 'b> Freeze for FrameBuilder<'a, 'b>
impl<'a, 'b> RefUnwindSafe for FrameBuilder<'a, 'b>
impl<'a, 'b> Send for FrameBuilder<'a, 'b>
impl<'a, 'b> Sync for FrameBuilder<'a, 'b>
impl<'a, 'b> Unpin for FrameBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for FrameBuilder<'a, 'b>
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