pub struct Gen3Board { /* private fields */ }Implementations§
Source§impl Gen3Board
impl Gen3Board
pub fn new<T, U>(read: T, write: U) -> Self
pub async fn get_ddc(&self) -> Result<DDC, Error>
pub async fn get_dac_table(&self) -> Result<DACTable, Error>
pub async fn get_capture(&self) -> Result<Capture, Error>
pub async fn get_dsp_scale(&self) -> Result<DSPScale, Error>
pub async fn get_if_board(&self) -> Result<IFBoard, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for Gen3Board
impl !Send for Gen3Board
impl !Sync for Gen3Board
impl !UnwindSafe for Gen3Board
impl Freeze for Gen3Board
impl Unpin for Gen3Board
impl UnsafeUnpin for Gen3Board
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