Struct windows_sys::Win32::NetworkManagement::NetManagement::WKSTA_INFO_100
#[repr(C)]pub struct WKSTA_INFO_100 {
pub wki100_platform_id: u32,
pub wki100_computername: PWSTR,
pub wki100_langroup: PWSTR,
pub wki100_ver_major: u32,
pub wki100_ver_minor: u32,
}
Fields§
§wki100_platform_id: u32
§wki100_computername: PWSTR
§wki100_langroup: PWSTR
§wki100_ver_major: u32
§wki100_ver_minor: u32
Trait Implementations§
§impl Clone for WKSTA_INFO_100
impl Clone for WKSTA_INFO_100
§fn clone(&self) -> WKSTA_INFO_100
fn clone(&self) -> WKSTA_INFO_100
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 WKSTA_INFO_100
Auto Trait Implementations§
impl Freeze for WKSTA_INFO_100
impl RefUnwindSafe for WKSTA_INFO_100
impl !Send for WKSTA_INFO_100
impl !Sync for WKSTA_INFO_100
impl Unpin for WKSTA_INFO_100
impl UnwindSafe for WKSTA_INFO_100
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)