pub struct PcmDevice;Expand description
A marker type for use with linux_io::File to indicate when a file is
representing a PCM device, allowing use of ioctl requests in this module.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcmDevice
impl RefUnwindSafe for PcmDevice
impl Send for PcmDevice
impl Sync for PcmDevice
impl Unpin for PcmDevice
impl UnwindSafe for PcmDevice
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