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