#[repr(C)]pub struct _CERT_OTHER_LOGOTYPE_INFO {
pub pszObjId: LPSTR,
pub LogotypeInfo: CERT_LOGOTYPE_INFO,
}
Fields§
§pszObjId: LPSTR
§LogotypeInfo: CERT_LOGOTYPE_INFO
Trait Implementations§
Source§impl Clone for _CERT_OTHER_LOGOTYPE_INFO
impl Clone for _CERT_OTHER_LOGOTYPE_INFO
Source§fn clone(&self) -> _CERT_OTHER_LOGOTYPE_INFO
fn clone(&self) -> _CERT_OTHER_LOGOTYPE_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _CERT_OTHER_LOGOTYPE_INFO
Auto Trait Implementations§
impl Freeze for _CERT_OTHER_LOGOTYPE_INFO
impl RefUnwindSafe for _CERT_OTHER_LOGOTYPE_INFO
impl !Send for _CERT_OTHER_LOGOTYPE_INFO
impl !Sync for _CERT_OTHER_LOGOTYPE_INFO
impl Unpin for _CERT_OTHER_LOGOTYPE_INFO
impl UnwindSafe for _CERT_OTHER_LOGOTYPE_INFO
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