Struct sam4l::usbc::data::ControlStatus
[−]
[src]
#[repr(C)]pub struct ControlStatus(u32);
Methods
impl ControlStatus
[src]
fn get_status_underflow(&self) -> bool
[src]
fn get_status_overflow(&self) -> bool
[src]
fn get_status_crcerror(&self) -> bool
[src]
Trait Implementations
impl Copy for ControlStatus
[src]
impl Clone for ControlStatus
[src]
fn clone(&self) -> ControlStatus
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more