Struct risc0_zkvm_platform::io::GetKeyDescriptor
source · [−]Fields
name: u32
addr: u32
mode: u32
Auto Trait Implementations
impl RefUnwindSafe for GetKeyDescriptor
impl Send for GetKeyDescriptor
impl Sync for GetKeyDescriptor
impl Unpin for GetKeyDescriptor
impl UnwindSafe for GetKeyDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more