pub struct Vb2V4l2QbufFtraceEvent {Show 15 fields
pub field: Option<u32>,
pub flags: Option<u32>,
pub minor: Option<i32>,
pub sequence: Option<u32>,
pub timecode_flags: Option<u32>,
pub timecode_frames: Option<u32>,
pub timecode_hours: Option<u32>,
pub timecode_minutes: Option<u32>,
pub timecode_seconds: Option<u32>,
pub timecode_type: Option<u32>,
pub timecode_userbits0: Option<u32>,
pub timecode_userbits1: Option<u32>,
pub timecode_userbits2: Option<u32>,
pub timecode_userbits3: Option<u32>,
pub timestamp: Option<i64>,
}Fields§
§field: Option<u32>§flags: Option<u32>§minor: Option<i32>§sequence: Option<u32>§timecode_flags: Option<u32>§timecode_frames: Option<u32>§timecode_hours: Option<u32>§timecode_minutes: Option<u32>§timecode_seconds: Option<u32>§timecode_type: Option<u32>§timecode_userbits0: Option<u32>§timecode_userbits1: Option<u32>§timecode_userbits2: Option<u32>§timecode_userbits3: Option<u32>§timestamp: Option<i64>Implementations§
Source§impl Vb2V4l2QbufFtraceEvent
impl Vb2V4l2QbufFtraceEvent
Sourcepub fn sequence(&self) -> u32
pub fn sequence(&self) -> u32
Returns the value of sequence, or the default value if sequence is unset.
Sourcepub fn timecode_flags(&self) -> u32
pub fn timecode_flags(&self) -> u32
Returns the value of timecode_flags, or the default value if timecode_flags is unset.
Sourcepub fn timecode_frames(&self) -> u32
pub fn timecode_frames(&self) -> u32
Returns the value of timecode_frames, or the default value if timecode_frames is unset.
Sourcepub fn timecode_hours(&self) -> u32
pub fn timecode_hours(&self) -> u32
Returns the value of timecode_hours, or the default value if timecode_hours is unset.
Sourcepub fn timecode_minutes(&self) -> u32
pub fn timecode_minutes(&self) -> u32
Returns the value of timecode_minutes, or the default value if timecode_minutes is unset.
Sourcepub fn timecode_seconds(&self) -> u32
pub fn timecode_seconds(&self) -> u32
Returns the value of timecode_seconds, or the default value if timecode_seconds is unset.
Sourcepub fn timecode_type(&self) -> u32
pub fn timecode_type(&self) -> u32
Returns the value of timecode_type, or the default value if timecode_type is unset.
Sourcepub fn timecode_userbits0(&self) -> u32
pub fn timecode_userbits0(&self) -> u32
Returns the value of timecode_userbits0, or the default value if timecode_userbits0 is unset.
Sourcepub fn timecode_userbits1(&self) -> u32
pub fn timecode_userbits1(&self) -> u32
Returns the value of timecode_userbits1, or the default value if timecode_userbits1 is unset.
Sourcepub fn timecode_userbits2(&self) -> u32
pub fn timecode_userbits2(&self) -> u32
Returns the value of timecode_userbits2, or the default value if timecode_userbits2 is unset.
Sourcepub fn timecode_userbits3(&self) -> u32
pub fn timecode_userbits3(&self) -> u32
Returns the value of timecode_userbits3, or the default value if timecode_userbits3 is unset.
Trait Implementations§
Source§impl Clone for Vb2V4l2QbufFtraceEvent
impl Clone for Vb2V4l2QbufFtraceEvent
Source§fn clone(&self) -> Vb2V4l2QbufFtraceEvent
fn clone(&self) -> Vb2V4l2QbufFtraceEvent
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for Vb2V4l2QbufFtraceEvent
impl Debug for Vb2V4l2QbufFtraceEvent
Source§impl Default for Vb2V4l2QbufFtraceEvent
impl Default for Vb2V4l2QbufFtraceEvent
Source§fn default() -> Vb2V4l2QbufFtraceEvent
fn default() -> Vb2V4l2QbufFtraceEvent
Source§impl Message for Vb2V4l2QbufFtraceEvent
impl Message for Vb2V4l2QbufFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for Vb2V4l2QbufFtraceEvent
impl PartialEq for Vb2V4l2QbufFtraceEvent
impl Copy for Vb2V4l2QbufFtraceEvent
impl StructuralPartialEq for Vb2V4l2QbufFtraceEvent
Auto Trait Implementations§
impl Freeze for Vb2V4l2QbufFtraceEvent
impl RefUnwindSafe for Vb2V4l2QbufFtraceEvent
impl Send for Vb2V4l2QbufFtraceEvent
impl Sync for Vb2V4l2QbufFtraceEvent
impl Unpin for Vb2V4l2QbufFtraceEvent
impl UnwindSafe for Vb2V4l2QbufFtraceEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Layered].