Struct deviceorientation
pub struct deviceorientation;
Trait Implementations§
§impl EventDescriptor for deviceorientation
impl EventDescriptor for deviceorientation
Auto Trait Implementations§
impl Freeze for deviceorientation
impl RefUnwindSafe for deviceorientation
impl Send for deviceorientation
impl Sync for deviceorientation
impl Unpin for deviceorientation
impl UnwindSafe for deviceorientation
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