Struct cyfs_lib::OpEnvInputRequestCommon
source · [−]pub struct OpEnvInputRequestCommon {
pub dec_id: Option<ObjectId>,
pub source: DeviceId,
pub protocol: NONProtocol,
pub target: Option<ObjectId>,
pub flags: u32,
pub sid: u64,
}
Fields
dec_id: Option<ObjectId>
source: DeviceId
protocol: NONProtocol
target: Option<ObjectId>
flags: u32
sid: u64
Trait Implementations
sourceimpl Clone for OpEnvInputRequestCommon
impl Clone for OpEnvInputRequestCommon
sourcefn clone(&self) -> OpEnvInputRequestCommon
fn clone(&self) -> OpEnvInputRequestCommon
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 more
sourceimpl Debug for OpEnvInputRequestCommon
impl Debug for OpEnvInputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for OpEnvInputRequestCommon
impl Send for OpEnvInputRequestCommon
impl Sync for OpEnvInputRequestCommon
impl Unpin for OpEnvInputRequestCommon
impl UnwindSafe for OpEnvInputRequestCommon
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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