Module write_only::prelude[][src]

Expand description

The crate’s prelude.

Structs

A write-only reference with non-dropping volatile write access.

A write-only slice with non-dropping volatile write access.

A write-only reference with dropping non-volatile write access.

A write-only slice with dropping non-volatile write access.

Traits

A trait for objects which provide dropping write access to their value.

A trait for objects which provide non-dropping write access to their value.

A trait for objects which provide dropping indexed write access to their values.

A trait for objects which provide dropping indexed write access to their values from a slice.

A trait for objects which provide non-dropping indexed write access to their values.

A trait for objects which provide non-dropping indexed write access to their values from a slice.