Struct msdk_driver_adapter::MsdkAdapter
source · pub struct MsdkAdapter { /* private fields */ }Implementations§
source§impl MsdkAdapter
impl MsdkAdapter
pub fn new(port: u64) -> Result<MsdkAdapter>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsdkAdapter
impl RefUnwindSafe for MsdkAdapter
impl Send for MsdkAdapter
impl Sync for MsdkAdapter
impl Unpin for MsdkAdapter
impl UnwindSafe for MsdkAdapter
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