Struct neuromorphic_drivers::usb::Configuration  
source · pub struct Configuration {
    pub buffer_size: usize,
    pub ring_size: usize,
    pub transfer_queue_size: usize,
    pub allow_dma: bool,
}Fields§
§buffer_size: usize§ring_size: usize§transfer_queue_size: usize§allow_dma: boolImplementations§
source§impl Configuration
 
impl Configuration
pub fn deserialize_bincode(data: &[u8]) -> Result<Configuration>
Trait Implementations§
source§impl Clone for Configuration
 
impl Clone for Configuration
source§fn clone(&self) -> Configuration
 
fn clone(&self) -> Configuration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for Configuration
 
impl Debug for Configuration
source§impl<'de> Deserialize<'de> for Configuration
 
impl<'de> Deserialize<'de> for Configuration
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more