#[repr(C)]pub struct FrameMetadata {
pub has_packet_trailer: bool,
pub user_timestamp: u64,
pub frame_id: u32,
pub user_data: Vec<u8>,
}Fields§
§has_packet_trailer: bool§user_timestamp: u64§frame_id: u32§user_data: Vec<u8>Trait Implementations§
Source§impl Debug for FrameMetadata
impl Debug for FrameMetadata
Source§impl ExternType for FrameMetadata
impl ExternType for FrameMetadata
Auto Trait Implementations§
impl Freeze for FrameMetadata
impl RefUnwindSafe for FrameMetadata
impl Send for FrameMetadata
impl Sync for FrameMetadata
impl Unpin for FrameMetadata
impl UnsafeUnpin for FrameMetadata
impl UnwindSafe for FrameMetadata
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