Struct partial_ref::Field[][src]

pub struct Field<FieldType: ?Sized>(_);
Expand description

Type of a part that corresponds to a struct field.

Partial references containing a part of this type provide access to that field.

Trait Implementations

Type that can be produced from a constant pointer to a reference target.

Type that can be produced from a mutable pointer to a reference target.

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

Performs the conversion.

Given a constant pointer to a target, produce a constant pointer to a part of it. Read more

Given a mutable pointer to a target, produce a mutable pointer to a part of it. Read more

Performs the conversion.

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.