pub struct DeviceBuilder { /* private fields */ }
Expand description

Builder for Device

Implementations

Set the vendor of the device.

Set the vendor_id of the device.

Set the name of the device.

Set the series of the device.

Set the version of the device.

Set the description of the device.

Set the license_text of the device.

Set the cpu of the device.

Set the header_system_filename of the device.

Set the header_definitions_prefix of the device.

Set the address unit bits of the device.

Set the width of the device.

Set the default register properties of the device.

Set the peripherals of the device.

Set the xmlns_xs version of the device.

Set the no_namespace_schema_location version of the device.

Set the schema version of the device.

Validate and build a Device.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Converts to this type from the input type.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.