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