pub struct PcmsyncR { /* private fields */ }
Expand description
Value of the field PCMSYNC
Implementations§
Auto Trait Implementations§
impl Freeze for PcmsyncR
impl RefUnwindSafe for PcmsyncR
impl Send for PcmsyncR
impl Sync for PcmsyncR
impl Unpin for PcmsyncR
impl UnwindSafe for PcmsyncR
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