Struct vc6_sys::_PUBLISHEDAPPINFO
source · #[repr(C)]pub struct _PUBLISHEDAPPINFO {
pub pwszFileExtension: LPOLESTR,
pub pwszDisplayName: LPOLESTR,
pub pwszPackagePath: LPOLESTR,
}Fields§
§pwszFileExtension: LPOLESTR§pwszDisplayName: LPOLESTR§pwszPackagePath: LPOLESTRTrait Implementations§
source§impl Clone for _PUBLISHEDAPPINFO
impl Clone for _PUBLISHEDAPPINFO
source§fn clone(&self) -> _PUBLISHEDAPPINFO
fn clone(&self) -> _PUBLISHEDAPPINFO
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 moresource§impl Debug for _PUBLISHEDAPPINFO
impl Debug for _PUBLISHEDAPPINFO
impl Copy for _PUBLISHEDAPPINFO
Auto Trait Implementations§
impl RefUnwindSafe for _PUBLISHEDAPPINFO
impl !Send for _PUBLISHEDAPPINFO
impl !Sync for _PUBLISHEDAPPINFO
impl Unpin for _PUBLISHEDAPPINFO
impl UnwindSafe for _PUBLISHEDAPPINFO
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