pub struct NoCamera;Expand description
No built-in camera — fake mode, or bambu serve without a printer target.
Trait Implementations§
Source§impl CameraSource for NoCamera
impl CameraSource for NoCamera
Source§fn configured(&self) -> bool
fn configured(&self) -> bool
Whether a built-in camera could be reached at all (live mode with a
target). The A1 camera is intermittently off, so
true does not
guarantee snapshot will return a frame.Auto Trait Implementations§
impl Freeze for NoCamera
impl RefUnwindSafe for NoCamera
impl Send for NoCamera
impl Sync for NoCamera
impl Unpin for NoCamera
impl UnsafeUnpin for NoCamera
impl UnwindSafe for NoCamera
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