pub struct BodyIndexFrame { /* private fields */ }Implementations§
Source§impl BodyIndexFrame
impl BodyIndexFrame
pub fn copy_frame_data_to_array( &self, frame_data: &mut [u8], ) -> Result<(), Error>
pub fn access_underlying_buffer(&self) -> Result<&[u8], Error>
pub fn get_frame_description(&self) -> Result<FrameDescription, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
pub fn get_body_index_frame_source(&self) -> Result<BodyIndexFrameSource, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyIndexFrame
impl RefUnwindSafe for BodyIndexFrame
impl !Send for BodyIndexFrame
impl !Sync for BodyIndexFrame
impl Unpin for BodyIndexFrame
impl UnwindSafe for BodyIndexFrame
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