#[repr(u32)]pub enum NtProductType {
WinNt = 1,
LanManNt = 2,
Server = 3,
}Variants§
Trait Implementations§
Source§impl Clone for NtProductType
impl Clone for NtProductType
Source§fn clone(&self) -> NtProductType
fn clone(&self) -> NtProductType
Returns a duplicate 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 NtProductType
Auto Trait Implementations§
impl Freeze for NtProductType
impl RefUnwindSafe for NtProductType
impl Send for NtProductType
impl Sync for NtProductType
impl Unpin for NtProductType
impl UnwindSafe for NtProductType
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