Struct Ivar
objc::runtime
#[repr(C)] pub struct Ivar { /* fields omitted */ }
A type that represents an instance variable.
impl Ivar
fn name(&self) -> &str
Returns the name of self.
fn offset(&self) -> isize
Returns the offset of self.
fn type_encoding(&self) -> Encoding
Returns the Encoding of self.
Encoding