#[repr(C)]pub struct KeymgrBindingValue {
pub data: [u32; 8],
}
Fields§
§data: [u32; 8]
Trait Implementations§
Source§impl Debug for KeymgrBindingValue
impl Debug for KeymgrBindingValue
Source§impl Default for KeymgrBindingValue
impl Default for KeymgrBindingValue
Source§fn default() -> KeymgrBindingValue
fn default() -> KeymgrBindingValue
Returns the “default value” for a type. Read more
Source§impl FromBytes for KeymgrBindingValue
impl FromBytes for KeymgrBindingValue
Source§impl FromZeros for KeymgrBindingValue
impl FromZeros for KeymgrBindingValue
Source§impl IntoBytes for KeymgrBindingValue
impl IntoBytes for KeymgrBindingValue
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl TryFromBytes for KeymgrBindingValue
impl TryFromBytes for KeymgrBindingValue
§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,
§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,
§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 Immutable for KeymgrBindingValue
Auto Trait Implementations§
impl Freeze for KeymgrBindingValue
impl RefUnwindSafe for KeymgrBindingValue
impl Send for KeymgrBindingValue
impl Sync for KeymgrBindingValue
impl Unpin for KeymgrBindingValue
impl UnwindSafe for KeymgrBindingValue
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