Searched defs:from_raw (Results 1 – 4 of 4) sorted by relevance
35 pub fn from_raw(c_key_event: *const CKeyEvent) -> Option<Self> { in from_raw() method
35 pub fn from_raw(c_pointer_event: *const CPointerEvent) -> Option<Self> { in from_raw() method
38 pub fn from_raw(device_info: *const CDmDeviceInfo) -> Option<Self> { in from_raw() method
96 fn from_raw(uid: u64, tasks: Vec<Task>) -> Self { in from_raw() method