Struct objc::runtime::Ivar[][src]

#[repr(C)]
pub struct Ivar { /* fields omitted */ }

A type that represents an instance variable.

Methods

impl Ivar
[src]

Returns the name of self.

Returns the offset of self.

Returns the Encoding of self.

Auto Trait Implementations

impl Send for Ivar

impl Sync for Ivar