Enum winapi::winsvc::_SC_ENUM_TYPE
[−]
[src]
pub enum _SC_ENUM_TYPE { SC_ENUM_PROCESS_INFO, __, }
Variants
SC_ENUM_PROCESS_INFO | |
__ |
pub enum _SC_ENUM_TYPE { SC_ENUM_PROCESS_INFO, __, }
SC_ENUM_PROCESS_INFO | |
__ |
impl Debug for _SC_ENUM_TYPE
impl Copy for _SC_ENUM_TYPE
impl Clone for _SC_ENUM_TYPE
fn clone(&self) -> _SC_ENUM_TYPE
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)