pub struct HueReader<T: Read + Seek> { /* private fields */ }Expand description
A struct to help read out Hue data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for HueReader<T>where
T: Freeze,
impl<T> RefUnwindSafe for HueReader<T>where
T: RefUnwindSafe,
impl<T> Send for HueReader<T>where
T: Send,
impl<T> Sync for HueReader<T>where
T: Sync,
impl<T> Unpin for HueReader<T>where
T: Unpin,
impl<T> UnsafeUnpin for HueReader<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for HueReader<T>where
T: UnwindSafe,
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