pub struct InfDebugOwned(/* private fields */);
Expand description
Owns the underlying buffer of data, contains accessor methods to retrieve data.
Implementations§
Trait Implementations§
Source§impl Debug for InfDebugOwned
impl Debug for InfDebugOwned
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 Freeze for InfDebugOwned
impl RefUnwindSafe for InfDebugOwned
impl Send for InfDebugOwned
impl Sync for InfDebugOwned
impl Unpin for InfDebugOwned
impl UnwindSafe for InfDebugOwned
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