Struct HardwareButtons
pub struct HardwareButtons;
Implementations§
§impl HardwareButtons
impl HardwareButtons
pub fn BackPressed<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<BackPressedEventArgs>>,
pub fn RemoveBackPressed(token: i64) -> Result<()>
pub fn CameraHalfPressed<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<CameraEventArgs>>,
pub fn RemoveCameraHalfPressed(token: i64) -> Result<()>
pub fn CameraPressed<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<CameraEventArgs>>,
pub fn RemoveCameraPressed(token: i64) -> Result<()>
pub fn CameraReleased<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<CameraEventArgs>>,
pub fn RemoveCameraReleased(token: i64) -> Result<()>
Auto Trait Implementations§
impl Freeze for HardwareButtons
impl RefUnwindSafe for HardwareButtons
impl Send for HardwareButtons
impl Sync for HardwareButtons
impl Unpin for HardwareButtons
impl UnwindSafe for HardwareButtons
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