#[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 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§impl FromZeros for AllVpStateComponents
impl FromZeros for AllVpStateComponents
Source§impl IntoBytes for AllVpStateComponents
impl IntoBytes for AllVpStateComponents
Source§impl TryFromBytes for AllVpStateComponents
impl TryFromBytes for AllVpStateComponents
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
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