Struct capsules_extra::isl29035::Isl29035
source · pub struct Isl29035<'a, A: Alarm<'a>> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, A: Alarm<'a>> AlarmClient for Isl29035<'a, A>
impl<'a, A: Alarm<'a>> AlarmClient for Isl29035<'a, A>
source§impl<'a, A: Alarm<'a>> AmbientLight<'a> for Isl29035<'a, A>
impl<'a, A: Alarm<'a>> AmbientLight<'a> for Isl29035<'a, A>
source§fn set_client(&self, client: &'a dyn AmbientLightClient)
fn set_client(&self, client: &'a dyn AmbientLightClient)
Set the client to be notified when the capsule has data ready or has
finished some command. This is likely called in a board’s
main.rs
.Auto Trait Implementations§
impl<'a, A> !Freeze for Isl29035<'a, A>
impl<'a, A> !RefUnwindSafe for Isl29035<'a, A>
impl<'a, A> !Send for Isl29035<'a, A>
impl<'a, A> !Sync for Isl29035<'a, A>
impl<'a, A> Unpin for Isl29035<'a, A>
impl<'a, A> !UnwindSafe for Isl29035<'a, A>
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