Struct dyon::UnsafeRef[][src]

pub struct UnsafeRef(_);

Prevents unsafe references from being accessed outside library.

Trait Implementations

impl Debug for UnsafeRef
[src]

Formats the value using the given formatter. Read more

impl Clone for UnsafeRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for UnsafeRef

impl !Sync for UnsafeRef