Struct sam4l::usbc::data::EndpointConfig [] [src]

#[repr(C)]
pub struct EndpointConfig(u32);

Methods

impl EndpointConfig
[src]

[src]

Create an endpoint configuration

Trait Implementations

impl Copy for EndpointConfig
[src]

impl Clone for EndpointConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for EndpointConfig
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for EndpointConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl From<EndpointConfig> for u32
[src]

[src]

Performs the conversion.