pub struct EndpointAudio {
pub refresh: u8,
pub synch_address: u8,
}Expand description
Extension of USB endpoint for audio.
Fields§
§refresh: u8Refresh.
synch_address: u8Sync address.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointAudio
impl RefUnwindSafe for EndpointAudio
impl Send for EndpointAudio
impl Sync for EndpointAudio
impl Unpin for EndpointAudio
impl UnsafeUnpin for EndpointAudio
impl UnwindSafe for EndpointAudio
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