[][src]Trait gdnative::core_types::Guard

pub unsafe trait Guard: Sealed + Drop { }

Trait for array access guards

This trait is sealed and has no public members.

Implementors

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

type Target = T

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

type Target = T

Loading content...