#[repr(C)]pub struct CAMU_PackageParameterContext {
pub camera: u8_,
pub context: u8_,
pub flip: u8_,
pub effect: u8_,
pub size: u8_,
}Expand description
Batch camera configuration for use with a context.
Fields§
§camera: u8_< Selected camera.
context: u8_< #CAMU_Context Selected context.
flip: u8_< #CAMU_Flip Camera image flip mode.
effect: u8_< #CAMU_Effect Camera image special effects.
size: u8_< #CAMU_Size Camera image resolution.
Trait Implementations§
Source§impl Clone for CAMU_PackageParameterContext
impl Clone for CAMU_PackageParameterContext
Source§fn clone(&self) -> CAMU_PackageParameterContext
fn clone(&self) -> CAMU_PackageParameterContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CAMU_PackageParameterContext
impl Debug for CAMU_PackageParameterContext
Source§impl Default for CAMU_PackageParameterContext
impl Default for CAMU_PackageParameterContext
Source§fn default() -> CAMU_PackageParameterContext
fn default() -> CAMU_PackageParameterContext
Returns the “default value” for a type. Read more
impl Copy for CAMU_PackageParameterContext
Auto Trait Implementations§
impl Freeze for CAMU_PackageParameterContext
impl RefUnwindSafe for CAMU_PackageParameterContext
impl Send for CAMU_PackageParameterContext
impl Sync for CAMU_PackageParameterContext
impl Unpin for CAMU_PackageParameterContext
impl UnwindSafe for CAMU_PackageParameterContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)