pub struct DiceInputValues<'a> {
pub code_hash: [u8; 32],
pub code_descriptor: &'a [u8],
pub config_type: DiceConfigType,
pub config_value: [u8; 32],
pub config_descriptor: &'a [u8],
pub authority_hash: [u8; 32],
pub authority_descriptor: &'a [u8],
pub mode: DiceMode,
pub hidden: [u8; 64],
}Fields§
§code_hash: [u8; 32]§code_descriptor: &'a [u8]§config_type: DiceConfigType§config_value: [u8; 32]§config_descriptor: &'a [u8]§mode: DiceModeImplementations§
Source§impl<'a> DiceInputValues<'a>
impl<'a> DiceInputValues<'a>
Trait Implementations§
Source§impl<'a> Debug for DiceInputValues<'a>
impl<'a> Debug for DiceInputValues<'a>
Auto Trait Implementations§
impl<'a> Freeze for DiceInputValues<'a>
impl<'a> RefUnwindSafe for DiceInputValues<'a>
impl<'a> Send for DiceInputValues<'a>
impl<'a> Sync for DiceInputValues<'a>
impl<'a> Unpin for DiceInputValues<'a>
impl<'a> UnsafeUnpin for DiceInputValues<'a>
impl<'a> UnwindSafe for DiceInputValues<'a>
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