#[repr(C)]pub struct _CPS_URLS {
pub pszURL: LPWSTR,
pub pAlgorithm: *mut CRYPT_ALGORITHM_IDENTIFIER,
pub pDigest: *mut CRYPT_DATA_BLOB,
}Fields§
§pszURL: LPWSTR§pAlgorithm: *mut CRYPT_ALGORITHM_IDENTIFIER§pDigest: *mut CRYPT_DATA_BLOBTrait Implementations§
Auto Trait Implementations§
impl Freeze for _CPS_URLS
impl RefUnwindSafe for _CPS_URLS
impl !Send for _CPS_URLS
impl !Sync for _CPS_URLS
impl Unpin for _CPS_URLS
impl UnwindSafe for _CPS_URLS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more