pub struct UnformatInput(/* private fields */);Expand description
Input to an unformat operation
This corresponds to the VPP C type of unformat_input_t.
Implementations§
Source§impl UnformatInput
impl UnformatInput
Sourcepub fn as_ptr(&mut self) -> *mut unformat_input_t
pub fn as_ptr(&mut self) -> *mut unformat_input_t
Returns a raw pointer to the underlying unformat_input_t
Trait Implementations§
Source§impl Drop for UnformatInput
impl Drop for UnformatInput
Source§impl From<&str> for UnformatInput
impl From<&str> for UnformatInput
Auto Trait Implementations§
impl Freeze for UnformatInput
impl RefUnwindSafe for UnformatInput
impl !Send for UnformatInput
impl !Sync for UnformatInput
impl Unpin for UnformatInput
impl UnsafeUnpin for UnformatInput
impl UnwindSafe for UnformatInput
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