Struct windows_sys::Win32::System::RemoteDesktop::_WTS_PRODUCT_INFOA
[−]Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
CompanyName: [CHAR; 256]
ProductID: [CHAR; 4]
Trait Implementations
impl Clone for _WTS_PRODUCT_INFOA
impl Clone for _WTS_PRODUCT_INFOA
impl Copy for _WTS_PRODUCT_INFOA
Auto Trait Implementations
impl RefUnwindSafe for _WTS_PRODUCT_INFOA
impl Send for _WTS_PRODUCT_INFOA
impl Sync for _WTS_PRODUCT_INFOA
impl Unpin for _WTS_PRODUCT_INFOA
impl UnwindSafe for _WTS_PRODUCT_INFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more