Struct js::jsapi::FakeRooted [] [src]

#[repr(C)]
pub struct FakeRooted<T> { pub _base: RootedBase<T>, pub ptr: T, }

Interface substitute for Rooted which does not root the variable's memory.

Fields

Trait Implementations

impl<T: Debug> Debug for FakeRooted<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Copy> Copy for FakeRooted<T>
[src]

impl<T: Clone> Clone for FakeRooted<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more