Struct genet_sdk::attr::Attr[][src]

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

An attribute object.

Methods

impl Attr
[src]

Creates a new builder object for Attr.

Returns the ID of self.

Returns the type of self.

Returns true if the self has no cast function. Otherwise, returns false.

Important traits for Range<A>

Returns the range of self.

Returns the attribute value.

Trait Implementations

impl Into<Fixed<Attr>> for Attr
[src]

Performs the conversion.

impl Into<Fixed<Attr>> for &'static Attr
[src]

Performs the conversion.

impl Debug for Attr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Attr

impl Sync for Attr