#[repr(C)]pub enum CameraEventType {
GP_EVENT_UNKNOWN = 0,
GP_EVENT_TIMEOUT = 1,
GP_EVENT_FILE_ADDED = 2,
GP_EVENT_FOLDER_ADDED = 3,
GP_EVENT_CAPTURE_COMPLETE = 4,
}Variants§
GP_EVENT_UNKNOWN = 0
GP_EVENT_TIMEOUT = 1
GP_EVENT_FILE_ADDED = 2
GP_EVENT_FOLDER_ADDED = 3
GP_EVENT_CAPTURE_COMPLETE = 4
Trait Implementations§
Source§impl Clone for CameraEventType
impl Clone for CameraEventType
Source§fn clone(&self) -> CameraEventType
fn clone(&self) -> CameraEventType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CameraEventType
impl Debug for CameraEventType
Source§impl Hash for CameraEventType
impl Hash for CameraEventType
Source§impl PartialEq for CameraEventType
impl PartialEq for CameraEventType
impl Copy for CameraEventType
impl Eq for CameraEventType
impl StructuralPartialEq for CameraEventType
Auto Trait Implementations§
impl Freeze for CameraEventType
impl RefUnwindSafe for CameraEventType
impl Send for CameraEventType
impl Sync for CameraEventType
impl Unpin for CameraEventType
impl UnwindSafe for CameraEventType
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