Struct cyfs_lib::CryptoSignObjectInputRequest
source · pub struct CryptoSignObjectInputRequest {
pub common: CryptoInputRequestCommon,
pub object: NONObjectInfo,
pub flags: u32,
}
Fields§
§common: CryptoInputRequestCommon
§object: NONObjectInfo
§flags: u32
Trait Implementations§
source§impl Clone for CryptoSignObjectInputRequest
impl Clone for CryptoSignObjectInputRequest
source§fn clone(&self) -> CryptoSignObjectInputRequest
fn clone(&self) -> CryptoSignObjectInputRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more