Struct cyfs_lib::NONOutputRequestCommon
source · pub struct NONOutputRequestCommon {
pub req_path: Option<String>,
pub source: Option<DeviceId>,
pub dec_id: Option<ObjectId>,
pub level: NONAPILevel,
pub target: Option<ObjectId>,
pub flags: u32,
}
Fields§
§req_path: Option<String>
§source: Option<DeviceId>
§dec_id: Option<ObjectId>
§level: NONAPILevel
§target: Option<ObjectId>
§flags: u32
Implementations§
source§impl NONOutputRequestCommon
impl NONOutputRequestCommon
pub fn new(level: NONAPILevel) -> Self
Trait Implementations§
source§impl Clone for NONOutputRequestCommon
impl Clone for NONOutputRequestCommon
source§fn clone(&self) -> NONOutputRequestCommon
fn clone(&self) -> NONOutputRequestCommon
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