[][src]Struct libperl_sys::magic

#[repr(C)]
pub struct magic {
    pub mg_moremagic: *mut MAGIC,
    pub mg_virtual: *mut MGVTBL,
    pub mg_private: U16,
    pub mg_type: c_char,
    pub mg_flags: U8,
    pub mg_len: isize,
    pub mg_obj: *mut SV,
    pub mg_ptr: *mut c_char,
}

Fields

mg_moremagic: *mut MAGICmg_virtual: *mut MGVTBLmg_private: U16mg_type: c_charmg_flags: U8mg_len: isizemg_obj: *mut SVmg_ptr: *mut c_char

Trait Implementations

impl Clone for magic[src]

impl Copy for magic[src]

impl Debug for magic[src]

Auto Trait Implementations

impl !Send for magic

impl Unpin for magic

impl !Sync for magic

impl UnwindSafe for magic

impl RefUnwindSafe for magic

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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

type Error = Infallible

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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