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
sourceimpl NONOutputRequestCommon
impl NONOutputRequestCommon
pub fn new(level: NONAPILevel) -> Self
Trait Implementations
sourceimpl Clone for NONOutputRequestCommon
impl Clone for NONOutputRequestCommon
sourcefn clone(&self) -> NONOutputRequestCommon
fn clone(&self) -> NONOutputRequestCommon
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for NONOutputRequestCommon
impl Send for NONOutputRequestCommon
impl Sync for NONOutputRequestCommon
impl Unpin for NONOutputRequestCommon
impl UnwindSafe for NONOutputRequestCommon
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more