Struct kernel::common::volatile_cell::VolatileCell [] [src]

#[repr(C)]
pub struct VolatileCell<T> { value: T, }

Fields

Methods

impl<T> VolatileCell<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Copy> Copy for VolatileCell<T>
[src]

impl<T: Clone> Clone for VolatileCell<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more