Enum solana_entry::entry::DeviceVerificationData [−][src]
pub enum DeviceVerificationData {
Cpu(),
Gpu(GpuVerificationData),
}Variants
Cpu()
Tuple Fields
Gpu(GpuVerificationData)
Tuple Fields
Auto Trait Implementations
impl !RefUnwindSafe for DeviceVerificationData
impl Send for DeviceVerificationData
impl Sync for DeviceVerificationData
impl Unpin for DeviceVerificationData
impl !UnwindSafe for DeviceVerificationData
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
