Struct winapi::LUID_AND_ATTRIBUTES
[−]
[src]
pub struct LUID_AND_ATTRIBUTES { pub Luid: LUID, pub Attributes: DWORD, }
Fields
Luid | |
Attributes |
pub struct LUID_AND_ATTRIBUTES { pub Luid: LUID, pub Attributes: DWORD, }
Luid | |
Attributes |
impl Debug for LUID_AND_ATTRIBUTES
impl Copy for LUID_AND_ATTRIBUTES
impl Clone for LUID_AND_ATTRIBUTES
fn clone(&self) -> LUID_AND_ATTRIBUTES
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
)