[][src]Trait gdnative_core::core_types::access::WritePtr

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: Element> WritePtr for WriteGuard<'a, T>[src]

Loading content...