Struct playdate_controls::peripherals::Peripherals
source · pub struct Peripherals;Expand description
Wrapped Peripherals API.
Currently there’s only one peripheral - accelerometer.
Implementations§
source§impl Peripherals
impl Peripherals
pub fn enable(value: PDPeripherals) -> Option<()>
pub fn enable_accelerometer() -> Option<()>
pub fn enable_all() -> Option<()>
pub fn disable_all() -> Option<()>
pub const fn None() -> PDPeripherals
pub const fn Accelerometer() -> PDPeripherals
pub const fn All() -> PDPeripherals
Auto Trait Implementations§
impl RefUnwindSafe for Peripherals
impl Send for Peripherals
impl Sync for Peripherals
impl Unpin for Peripherals
impl UnwindSafe for Peripherals
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