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