[][src]Struct pd_sys::_symbol

#[repr(C)]
pub struct _symbol {
    pub s_name: *const c_char,
    pub s_thing: *mut *mut _class,
    pub s_next: *mut _symbol,
}

Fields

s_name: *const c_chars_thing: *mut *mut _classs_next: *mut _symbol

Methods

impl _symbol[src]

pub fn as_ptr(&mut self) -> *mut _symbol[src]

Trait Implementations

impl Clone for _symbol[src]

impl Copy for _symbol[src]

impl Debug for _symbol[src]

impl<'_> Display for &'_ mut _symbol[src]

impl Eq for _symbol[src]

impl<'_> From<CString> for &'_ mut _symbol[src]

impl<'_> From<CString> for &'_ _symbol[src]

impl PartialEq<_symbol> for _symbol[src]

Auto Trait Implementations

impl RefUnwindSafe for _symbol

impl !Send for _symbol

impl !Sync for _symbol

impl Unpin for _symbol

impl UnwindSafe for _symbol

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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 = 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.