pub struct RawAudioEndpointDesc {
pub refresh: u8,
pub synch_address: u8,
}Expand description
Audio-part of USB endpoint descriptor.
Fields§
§refresh: u8Refresh.
synch_address: u8Sync address.
Trait Implementations§
Source§impl Clone for AudioEndpointDesc
impl Clone for AudioEndpointDesc
Source§fn clone(&self) -> AudioEndpointDesc
fn clone(&self) -> AudioEndpointDesc
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AudioEndpointDesc
impl RefUnwindSafe for AudioEndpointDesc
impl Send for AudioEndpointDesc
impl Sync for AudioEndpointDesc
impl Unpin for AudioEndpointDesc
impl UnsafeUnpin for AudioEndpointDesc
impl UnwindSafe for AudioEndpointDesc
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