pub struct Nacl;
Expand description
Nested Acceleration extension.
Trait Implementations§
source§impl Extension for Nacl
impl Extension for Nacl
source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id
value to pass to SBI environment.impl Copy for Nacl
Auto Trait Implementations§
impl RefUnwindSafe for Nacl
impl Send for Nacl
impl Sync for Nacl
impl Unpin for Nacl
impl UnwindSafe for Nacl
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