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_ATTRIBUTESimpl Copy for LUID_AND_ATTRIBUTESimpl Clone for LUID_AND_ATTRIBUTESfn clone(&self) -> LUID_AND_ATTRIBUTESfn 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).