#[repr(C)]pub struct AllVpStateComponents {
pub buffer: [u8; 13512],
}Expand description
Fixed buffer for VP state components
Fields§
§buffer: [u8; 13512]Implementations§
source§impl AllVpStateComponents
impl AllVpStateComponents
pub fn copy_to_or_from_buffer( &mut self, index: usize, buffer: &mut Buffer, to_buffer: bool, )
Trait Implementations§
source§impl AsBytes for AllVpStateComponents
impl AsBytes for AllVpStateComponents
source§impl Clone for AllVpStateComponents
impl Clone for AllVpStateComponents
source§fn clone(&self) -> AllVpStateComponents
fn clone(&self) -> AllVpStateComponents
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 Debug for AllVpStateComponents
impl Debug for AllVpStateComponents
source§impl Default for AllVpStateComponents
impl Default for AllVpStateComponents
source§impl FromBytes for AllVpStateComponents
impl FromBytes for AllVpStateComponents
source§fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>
fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>
source§fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>
fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>
source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes as a &[Self] with length
equal to count without copying. Read moresource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes as a &[Self] with length
equal to count without copying. Read moresource§fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>
fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>
source§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>
fn mut_slice_from_prefix( bytes: &mut [u8], count: usize, ) -> Option<(&mut [Self], &mut [u8])>
Interprets the prefix of the given
bytes as a &mut [Self] with length
equal to count without copying. Read moresource§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>
fn mut_slice_from_suffix( bytes: &mut [u8], count: usize, ) -> Option<(&mut [u8], &mut [Self])>
Interprets the suffix of the given
bytes as a &mut [Self] with length
equal to count without copying. Read moresource§impl FromZeroes for AllVpStateComponents
impl FromZeroes for AllVpStateComponents
impl Copy for AllVpStateComponents
Auto Trait Implementations§
impl Freeze for AllVpStateComponents
impl RefUnwindSafe for AllVpStateComponents
impl Send for AllVpStateComponents
impl Sync for AllVpStateComponents
impl Unpin for AllVpStateComponents
impl UnwindSafe for AllVpStateComponents
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)