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