pub fn rng_read_and_skip<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    resource: O0,
    alg: O1,
    delta: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RngReadAndSkip::new().build(resource, alg, delta, scope).