pub struct Spdif { /* private fields */ }Expand description
SPDIF
Implementations§
Trait Implementations§
impl Copy for Spdif
impl Eq for Spdif
impl Send for Spdif
impl StructuralPartialEq for Spdif
impl Sync for Spdif
Auto Trait Implementations§
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