pub enum PCMSYNCW {
SHORT,
LONG,
}Expand description
Values that can be written to the field PCMSYNC
Variants§
Auto Trait Implementations§
impl Freeze for PCMSYNCW
impl RefUnwindSafe for PCMSYNCW
impl Send for PCMSYNCW
impl Sync for PCMSYNCW
impl Unpin for PCMSYNCW
impl UnwindSafe for PCMSYNCW
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