Struct protobuf::lazy::Lazy [] [src]

pub struct Lazy<T> {
    pub lock: Once,
    pub ptr: *const T,
}

Fields

Methods

impl<T> Lazy<T>
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<T> !Send for Lazy<T>

impl<T> !Sync for Lazy<T>