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