#[repr(C)]pub struct SCESVC_CALLBACK_INFO {
pub sceHandle: *mut c_void,
pub pfQueryInfo: PFSCE_QUERY_INFO,
pub pfSetInfo: PFSCE_SET_INFO,
pub pfFreeInfo: PFSCE_FREE_INFO,
pub pfLogInfo: PFSCE_LOG_INFO,
}Expand description
Required features: ‘Win32_Security_ConfigurationSnapin’, ‘Win32_Foundation’
Fields
sceHandle: *mut c_voidpfQueryInfo: PFSCE_QUERY_INFOpfSetInfo: PFSCE_SET_INFOpfFreeInfo: PFSCE_FREE_INFOpfLogInfo: PFSCE_LOG_INFOTrait Implementations
impl Clone for SCESVC_CALLBACK_INFO
impl Clone for SCESVC_CALLBACK_INFO
impl Copy for SCESVC_CALLBACK_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCESVC_CALLBACK_INFO
impl !Send for SCESVC_CALLBACK_INFO
impl !Sync for SCESVC_CALLBACK_INFO
impl Unpin for SCESVC_CALLBACK_INFO
impl UnwindSafe for SCESVC_CALLBACK_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more