Struct mcp2210::UsbParameters[][src]

pub struct UsbParameters { /* fields omitted */ }

Methods

impl UsbParameters
[src]

Trait Implementations

impl Copy for UsbParameters
[src]

impl Clone for UsbParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsbParameters
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UsbParameters
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for UsbParameters
[src]

impl Default for UsbParameters
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations