Struct pkcs11_uri::PathAttributes [−][src]
pub struct PathAttributes {Show 13 fields
pub library_description: Option<String>,
pub library_manufacturer: Option<String>,
pub library_version: Option<Version>,
pub slot_description: Option<String>,
pub slot_id: Option<SlotId>,
pub slot_manufacturer: Option<String>,
pub token_manufacturer: Option<String>,
pub token_model: Option<String>,
pub token_label: Option<String>,
pub token_serial: Option<[u8; 16]>,
pub object_class: Option<ObjectClass>,
pub object_id: Option<Vec<u8>>,
pub object_label: Option<String>,
}
Fields
library_description: Option<String>
library_manufacturer: Option<String>
library_version: Option<Version>
slot_description: Option<String>
slot_id: Option<SlotId>
slot_manufacturer: Option<String>
token_manufacturer: Option<String>
token_model: Option<String>
token_label: Option<String>
token_serial: Option<[u8; 16]>
object_class: Option<ObjectClass>
object_id: Option<Vec<u8>>
object_label: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PathAttributes
impl Send for PathAttributes
impl Sync for PathAttributes
impl Unpin for PathAttributes
impl UnwindSafe for PathAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more