Home
last modified time | relevance | path

Searched refs:CShadowInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/data/binding/include/
H A Dfusion_data_binding.h26 struct CShadowInfo { struct
32 struct CShadowInfo shadowInfo; argument
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddrag.rs34 pub struct CShadowInfo { struct
42 shadow_info: CShadowInfo, argument
62 pub fn from_c(value: &mut CShadowInfo) -> Self in from_c()