pub struct GPU2D { /* private fields */ }Expand description
GPU2D peripheral
Implementations§
Trait Implementations§
impl Copy for GPU2D
impl PeripheralType for GPU2D
impl RccPeripheral for GPU2D
Auto Trait Implementations§
impl Freeze for GPU2D
impl RefUnwindSafe for GPU2D
impl Send for GPU2D
impl Sync for GPU2D
impl Unpin for GPU2D
impl UnwindSafe for GPU2D
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