Struct cyfs_lib::CryptoEncryptDataInputRequest
source · pub struct CryptoEncryptDataInputRequest {
pub common: CryptoInputRequestCommon,
pub encrypt_type: CryptoEncryptType,
pub data: Option<Vec<u8>>,
pub flags: u32,
}
Fields§
§common: CryptoInputRequestCommon
§encrypt_type: CryptoEncryptType
§data: Option<Vec<u8>>
§flags: u32
Implementations§
Trait Implementations§
source§impl Clone for CryptoEncryptDataInputRequest
impl Clone for CryptoEncryptDataInputRequest
source§fn clone(&self) -> CryptoEncryptDataInputRequest
fn clone(&self) -> CryptoEncryptDataInputRequest
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