Union WTSINFOEX_LEVEL_W
#[repr(C)]
pub union WTSINFOEX_LEVEL_W {
pub WTSInfoExLevel1: WTSINFOEX_LEVEL1_W,
}
Fields§
§WTSInfoExLevel1: WTSINFOEX_LEVEL1_W
Trait Implementations§
§impl Clone for WTSINFOEX_LEVEL_W
impl Clone for WTSINFOEX_LEVEL_W
§fn clone(&self) -> WTSINFOEX_LEVEL_W
fn clone(&self) -> WTSINFOEX_LEVEL_W
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 WTSINFOEX_LEVEL_W
Auto Trait Implementations§
impl Freeze for WTSINFOEX_LEVEL_W
impl RefUnwindSafe for WTSINFOEX_LEVEL_W
impl Send for WTSINFOEX_LEVEL_W
impl Sync for WTSINFOEX_LEVEL_W
impl Unpin for WTSINFOEX_LEVEL_W
impl UnwindSafe for WTSINFOEX_LEVEL_W
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