CuListZeroedInit

Trait CuListZeroedInit 

Source
pub trait CuListZeroedInit: CopperListTuple {
    // Required method
    fn init_zeroed(&mut self);
}
Expand description

Initializes fields that cannot be zeroed after allocating a zeroed CopperList.

Required Methods§

Source

fn init_zeroed(&mut self)

Fixes up a zero-initialized copper list so that all internal fields are in a valid state.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§