pub struct TimSvinRef<'a>(/* private fields */);Expand description
Time mode survey-in status Contains a reference to an underlying buffer, contains accessor methods to retrieve data.
Implementations§
Source§impl<'a> TimSvinRef<'a>
impl<'a> TimSvinRef<'a>
pub fn as_bytes(&self) -> &[u8] ⓘ
pub fn payload_len(&self) -> usize
pub fn to_owned(&self) -> TimSvinOwned
Trait Implementations§
Source§impl Debug for TimSvinRef<'_>
impl Debug for TimSvinRef<'_>
Source§impl<'a> From<&TimSvinRef<'a>> for TimSvinOwned
impl<'a> From<&TimSvinRef<'a>> for TimSvinOwned
Source§fn from(packet: &TimSvinRef<'a>) -> Self
fn from(packet: &TimSvinRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<TimSvinRef<'a>> for TimSvinOwned
impl<'a> From<TimSvinRef<'a>> for TimSvinOwned
Source§fn from(packet: TimSvinRef<'a>) -> Self
fn from(packet: TimSvinRef<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for TimSvinRef<'a>
impl<'a> RefUnwindSafe for TimSvinRef<'a>
impl<'a> Send for TimSvinRef<'a>
impl<'a> Sync for TimSvinRef<'a>
impl<'a> Unpin for TimSvinRef<'a>
impl<'a> UnwindSafe for TimSvinRef<'a>
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