Trait hwio_types::defs::zeroing::Zeroable[][src]

pub trait Zeroable {
    fn zero();
}

Describes a stateful component that can be reset to a “zero state”. Weather this action involves physical movement is up to the implementation. Do not assume calling zero() is physically safe

Required methods

fn zero()[src]

Reset the component to its “zero state” This may cause systems to physically move, based on the implementation

Loading content...

Implementors

Loading content...