pub enum VSFileOS {
Show 14 variants
Unknown,
Windows16,
PM16,
PM32,
Windows32,
DOS,
DOSWindows16,
DOSWindows32,
OS216,
OS216PM16,
OS232,
OS232PM32,
NT,
NTWindows32,
}
Expand description
An enum representing the OS flags for the VS_FIXEDFILEINFO
structure.
Variants
Unknown
Windows16
PM16
PM32
Windows32
DOS
DOSWindows16
DOSWindows32
OS216
OS216PM16
OS232
OS232PM32
NT
NTWindows32
Implementations
Trait Implementations
impl Copy for VSFileOS
impl Eq for VSFileOS
impl StructuralEq for VSFileOS
impl StructuralPartialEq for VSFileOS
Auto Trait Implementations
impl RefUnwindSafe for VSFileOS
impl Send for VSFileOS
impl Sync for VSFileOS
impl Unpin for VSFileOS
impl UnwindSafe for VSFileOS
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more