pub struct GetPropertyReply { /* private fields */ }

Implementations

The actual type of the property (an atom).

The number of bytes remaining to be read in the property if a partial read was performed.

The value of the property. The type is known only at runtime through the format field. It must be casted to the proper type accordingly with the P type parameter.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Build the reply struct from a raw pointer. Read more

Consume the reply struct into a raw pointer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.