[][src]Struct rusty_v8::support::FieldOffset

pub struct FieldOffset<F>(_, _);

Methods

impl<F> FieldOffset<F>[src]

pub fn from_ptrs<E>(embedder_ptr: *const E, field_ptr: *const F) -> Self[src]

pub unsafe fn to_embedder<E>(self, field: &F) -> &E[src]

pub unsafe fn to_embedder_mut<E>(self, field: &mut F) -> &mut E[src]

Trait Implementations

impl<F> Send for FieldOffset<F> where
    F: Send
[src]

impl<F> Sync for FieldOffset<F> where
    F: Sync
[src]

impl<F> Clone for FieldOffset<F>[src]

impl<F> Copy for FieldOffset<F>[src]

impl<F: Debug> Debug for FieldOffset<F>[src]

Auto Trait Implementations

impl<F> Unpin for FieldOffset<F> where
    F: Unpin

impl<F> UnwindSafe for FieldOffset<F> where
    F: UnwindSafe

impl<F> RefUnwindSafe for FieldOffset<F> where
    F: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]