pub struct InfDebugRef<'a>(/* private fields */);Expand description
Contains a reference to an underlying buffer, contains accessor methods to retrieve data.
Implementations§
Trait Implementations§
Source§impl Debug for InfDebugRef<'_>
impl Debug for InfDebugRef<'_>
Source§impl<'a> From<&InfDebugRef<'a>> for InfDebugOwned
impl<'a> From<&InfDebugRef<'a>> for InfDebugOwned
Source§fn from(packet: &InfDebugRef<'a>) -> Self
fn from(packet: &InfDebugRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<InfDebugRef<'a>> for InfDebugOwned
impl<'a> From<InfDebugRef<'a>> for InfDebugOwned
Source§fn from(packet: InfDebugRef<'a>) -> Self
fn from(packet: InfDebugRef<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for InfDebugRef<'a>
impl<'a> RefUnwindSafe for InfDebugRef<'a>
impl<'a> Send for InfDebugRef<'a>
impl<'a> Sync for InfDebugRef<'a>
impl<'a> Unpin for InfDebugRef<'a>
impl<'a> UnwindSafe for InfDebugRef<'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