Searched refs:dev_ref (Results 1 – 1 of 1) sorted by relevance
172 let dev_ref: Option<&DeviceState> = obj_ref.downcast(); in test_cast() localVariable173 assert_eq!(addr_of!(*dev_ref.unwrap()), p_ptr.cast()); in test_cast()