#[repr(C)]pub struct ArchivedCameraParams{
pub auto_controls: <u8 as Archive>::Archived,
pub agc_ceiling: <u8 as Archive>::Archived,
pub brightness: <u8 as Archive>::Archived,
pub contrast: <u8 as Archive>::Archived,
pub saturation: <u8 as Archive>::Archived,
pub sharpness: <u8 as Archive>::Archived,
pub denoise: <u8 as Archive>::Archived,
pub auto_sharpness: <bool as Archive>::Archived,
pub auto_denoise: <bool as Archive>::Archived,
}Expand description
An archived CameraParams
Fields§
§auto_controls: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::auto_controls
agc_ceiling: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::agc_ceiling
brightness: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::brightness
contrast: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::contrast
saturation: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::saturation
sharpness: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::sharpness
denoise: <u8 as Archive>::ArchivedThe archived counterpart of CameraParams::denoise
auto_sharpness: <bool as Archive>::ArchivedThe archived counterpart of CameraParams::auto_sharpness
auto_denoise: <bool as Archive>::ArchivedThe archived counterpart of CameraParams::auto_denoise
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedCameraParams
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedCameraParams
impl Portable for ArchivedCameraParams
Auto Trait Implementations§
impl Freeze for ArchivedCameraParams
impl RefUnwindSafe for ArchivedCameraParams
impl Send for ArchivedCameraParams
impl Sync for ArchivedCameraParams
impl Unpin for ArchivedCameraParams
impl UnwindSafe for ArchivedCameraParams
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.