pub fn zeroed_rc<T>() -> Rc<T>where T: Zeroable,
dep_bytemuck
Allocates a Rc<T> with all contents being zeroed out.
Rc<T>