#[repr(C)]pub enum CameraStorageType {
GP_STORAGEINFO_ST_UNKNOWN = 0,
GP_STORAGEINFO_ST_FIXED_ROM = 1,
GP_STORAGEINFO_ST_REMOVABLE_ROM = 2,
GP_STORAGEINFO_ST_FIXED_RAM = 3,
GP_STORAGEINFO_ST_REMOVABLE_RAM = 4,
}Variants§
GP_STORAGEINFO_ST_UNKNOWN = 0
GP_STORAGEINFO_ST_FIXED_ROM = 1
GP_STORAGEINFO_ST_REMOVABLE_ROM = 2
GP_STORAGEINFO_ST_FIXED_RAM = 3
GP_STORAGEINFO_ST_REMOVABLE_RAM = 4
Trait Implementations§
Source§impl Clone for CameraStorageType
impl Clone for CameraStorageType
Source§fn clone(&self) -> CameraStorageType
fn clone(&self) -> CameraStorageType
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 CameraStorageType
impl Debug for CameraStorageType
Source§impl Hash for CameraStorageType
impl Hash for CameraStorageType
Source§impl PartialEq for CameraStorageType
impl PartialEq for CameraStorageType
impl Copy for CameraStorageType
impl Eq for CameraStorageType
impl StructuralPartialEq for CameraStorageType
Auto Trait Implementations§
impl Freeze for CameraStorageType
impl RefUnwindSafe for CameraStorageType
impl Send for CameraStorageType
impl Sync for CameraStorageType
impl Unpin for CameraStorageType
impl UnwindSafe for CameraStorageType
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