Struct winapi::um::winnt::NETWORK_APP_INSTANCE_EA
source · #[repr(C)]pub struct NETWORK_APP_INSTANCE_EA {
pub AppInstanceID: GUID,
pub CsvFlags: DWORD,
}
Fields§
§AppInstanceID: GUID
§CsvFlags: DWORD
Trait Implementations§
source§impl Clone for NETWORK_APP_INSTANCE_EA
impl Clone for NETWORK_APP_INSTANCE_EA
source§fn clone(&self) -> NETWORK_APP_INSTANCE_EA
fn clone(&self) -> NETWORK_APP_INSTANCE_EA
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 moresource§impl Default for NETWORK_APP_INSTANCE_EA
impl Default for NETWORK_APP_INSTANCE_EA
source§fn default() -> NETWORK_APP_INSTANCE_EA
fn default() -> NETWORK_APP_INSTANCE_EA
Returns the “default value” for a type. Read more