Struct DVDSPExt
#[repr(transparent)]pub struct DVDSPExt(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for DVDSPExt
impl Eq for DVDSPExt
impl StructuralPartialEq for DVDSPExt
Auto Trait Implementations§
impl Freeze for DVDSPExt
impl RefUnwindSafe for DVDSPExt
impl Send for DVDSPExt
impl Sync for DVDSPExt
impl Unpin for DVDSPExt
impl UnwindSafe for DVDSPExt
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