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

pub unsafe trait Guard: Drop + Sealed { }

Trait for array access guards

This trait is sealed and has no public members.

Implementors

impl<'a, T: Element> Guard for ReadGuard<'a, T>[src]

type Target = T

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

type Target = T

Loading content...