pub type LUID_AND_ATTRIBUTES_ARRAY = LUID_AND_ATTRIBUTES;
Aliased Type§
struct LUID_AND_ATTRIBUTES_ARRAY {
pub Luid: LUID,
pub Attributes: u32,
}
Fields§
§Luid: LUID
§Attributes: u32
Trait Implementations
Source§impl Clone for LUID_AND_ATTRIBUTES
impl Clone for LUID_AND_ATTRIBUTES
Source§fn clone(&self) -> LUID_AND_ATTRIBUTES
fn clone(&self) -> LUID_AND_ATTRIBUTES
Returns a copy 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 more