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

pub unsafe trait Guard: Sealed { }

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...