Struct cyfs_lib::CryptoSignObjectOutputRequest
source · [−]pub struct CryptoSignObjectOutputRequest {
pub common: CryptoOutputRequestCommon,
pub object: NONObjectInfo,
pub flags: u32,
}
Fields
common: CryptoOutputRequestCommon
object: NONObjectInfo
flags: u32
Implementations
Auto Trait Implementations
impl RefUnwindSafe for CryptoSignObjectOutputRequest
impl Send for CryptoSignObjectOutputRequest
impl Sync for CryptoSignObjectOutputRequest
impl Unpin for CryptoSignObjectOutputRequest
impl UnwindSafe for CryptoSignObjectOutputRequest
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