Trait gdnative::prelude::core_types::WritePtr[][src]

pub unsafe trait WritePtr: Guard + Sealed { }

Marker trait for write access guards

This trait is sealed and has no public members.

Implementors

impl<'a, T> WritePtr for WriteGuard<'a, T> where
    T: Element
[src]

Loading content...