Lines Matching defs:init_zeroed
151 //! buffer: Box::init(pin_init::init_zeroed())?,
747 /// - Using struct update syntax one can place `..Zeroable::init_zeroed()` at the very end of the
774 /// ..Zeroable::init_zeroed()
810 /// use pin_init::{pin_data, try_pin_init, PinInit, InPlaceInit, init_zeroed};
822 /// big: Box::init(init_zeroed())?,
871 /// use pin_init::{init, Init, init_zeroed};
880 /// small <- init_zeroed(),
918 /// use pin_init::{try_init, Init, init_zeroed};
928 /// big: Box::init(init_zeroed())?,
1175 /// use pin_init::{init, init_zeroed, Init};
1188 /// buf <- init_zeroed()
1505 fn init_zeroed() -> impl Init<Self>
1509 init_zeroed()
1565 pub fn init_zeroed<T: Zeroable>() -> impl Init<T> {