Struct XHR_CERT
#[repr(C)]pub struct XHR_CERT {
pub cbCert: u32,
pub pbCert: *mut u8,
}
Fields§
§cbCert: u32
§pbCert: *mut u8
Trait Implementations§
impl Copy for XHR_CERT
impl StructuralPartialEq for XHR_CERT
Auto Trait Implementations§
impl Freeze for XHR_CERT
impl RefUnwindSafe for XHR_CERT
impl !Send for XHR_CERT
impl !Sync for XHR_CERT
impl Unpin for XHR_CERT
impl UnwindSafe for XHR_CERT
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