Struct cyfs_lib::OpEnvInputRequestCommon
source · pub struct OpEnvInputRequestCommon {
pub source: RequestSourceInfo,
pub target_dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
pub sid: u64,
}
Fields§
§source: RequestSourceInfo
§target_dec_id: Option<ObjectId>
§target: Option<ObjectId>
§flags: u32
§sid: u64
Trait Implementations§
source§impl Clone for OpEnvInputRequestCommon
impl Clone for OpEnvInputRequestCommon
source§fn clone(&self) -> OpEnvInputRequestCommon
fn clone(&self) -> OpEnvInputRequestCommon
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