Struct cyfs_lib::UtilGetSystemInfoInputRequest
source · pub struct UtilGetSystemInfoInputRequest {
pub common: UtilInputRequestCommon,
}
Fields
common: UtilInputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for UtilGetSystemInfoInputRequest
impl Send for UtilGetSystemInfoInputRequest
impl Sync for UtilGetSystemInfoInputRequest
impl Unpin for UtilGetSystemInfoInputRequest
impl UnwindSafe for UtilGetSystemInfoInputRequest
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