Struct windows_sys::Win32::Security::Cryptography::UI::CTL_MODIFY_REQUEST
[−]#[repr(C)]pub struct CTL_MODIFY_REQUEST {
pub pccert: *const CERT_CONTEXT,
pub dwOperation: CTL_MODIFY_REQUEST_OPERATION,
pub dwError: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields
pccert: *const CERT_CONTEXT
dwOperation: CTL_MODIFY_REQUEST_OPERATION
dwError: u32
Trait Implementations
impl Clone for CTL_MODIFY_REQUEST
impl Clone for CTL_MODIFY_REQUEST
impl Copy for CTL_MODIFY_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for CTL_MODIFY_REQUEST
impl !Send for CTL_MODIFY_REQUEST
impl !Sync for CTL_MODIFY_REQUEST
impl Unpin for CTL_MODIFY_REQUEST
impl UnwindSafe for CTL_MODIFY_REQUEST
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