Struct js::jsapi::RangedPtr [] [src]

#[repr(C)]
pub struct RangedPtr<T> { pub mPtr: *mut T, }

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more