pub struct VfInfoVlanBuffer<T> { /* private fields */ }
Implementations§
Source§impl<T: AsRef<[u8]>> VfInfoVlanBuffer<T>
impl<T: AsRef<[u8]>> VfInfoVlanBuffer<T>
pub fn new(buffer: T) -> Self
pub fn into_inner(self) -> T
Source§impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> VfInfoVlanBuffer<T>
impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> VfInfoVlanBuffer<T>
pub fn set_vlan_id(&mut self, value: u32)
Source§impl<T: AsRef<[u8]>> VfInfoVlanBuffer<T>
impl<T: AsRef<[u8]>> VfInfoVlanBuffer<T>
pub fn new_checked(buffer: T) -> Result<Self, DecodeError>
Trait Implementations§
Source§impl<T: Clone> Clone for VfInfoVlanBuffer<T>
impl<T: Clone> Clone for VfInfoVlanBuffer<T>
Source§fn clone(&self) -> VfInfoVlanBuffer<T>
fn clone(&self) -> VfInfoVlanBuffer<T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug> Debug for VfInfoVlanBuffer<T>
impl<T: Debug> Debug for VfInfoVlanBuffer<T>
Source§impl<'a, T: AsRef<[u8]> + ?Sized> Parseable<VfInfoVlanBuffer<&'a T>> for VfInfoVlan
impl<'a, T: AsRef<[u8]> + ?Sized> Parseable<VfInfoVlanBuffer<&'a T>> for VfInfoVlan
Source§impl<T: PartialEq> PartialEq for VfInfoVlanBuffer<T>
impl<T: PartialEq> PartialEq for VfInfoVlanBuffer<T>
impl<T: Copy> Copy for VfInfoVlanBuffer<T>
impl<T: Eq> Eq for VfInfoVlanBuffer<T>
impl<T> StructuralPartialEq for VfInfoVlanBuffer<T>
Auto Trait Implementations§
impl<T> Freeze for VfInfoVlanBuffer<T>where
T: Freeze,
impl<T> RefUnwindSafe for VfInfoVlanBuffer<T>where
T: RefUnwindSafe,
impl<T> Send for VfInfoVlanBuffer<T>where
T: Send,
impl<T> Sync for VfInfoVlanBuffer<T>where
T: Sync,
impl<T> Unpin for VfInfoVlanBuffer<T>where
T: Unpin,
impl<T> UnwindSafe for VfInfoVlanBuffer<T>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)