#[repr(C)]pub struct DigitalLensControlALMALENCE {
pub ty: StructureType,
pub next: *const c_void,
pub flags: DigitalLensControlFlagsALMALENCE,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§flags: DigitalLensControlFlagsALMALENCEImplementations§
Source§impl DigitalLensControlALMALENCE
impl DigitalLensControlALMALENCE
pub const TYPE: StructureType = StructureType::DIGITAL_LENS_CONTROL_ALMALENCE
Trait Implementations§
Source§impl Clone for DigitalLensControlALMALENCE
impl Clone for DigitalLensControlALMALENCE
Source§fn clone(&self) -> DigitalLensControlALMALENCE
fn clone(&self) -> DigitalLensControlALMALENCE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DigitalLensControlALMALENCE
Auto Trait Implementations§
impl !Send for DigitalLensControlALMALENCE
impl !Sync for DigitalLensControlALMALENCE
impl Freeze for DigitalLensControlALMALENCE
impl RefUnwindSafe for DigitalLensControlALMALENCE
impl Unpin for DigitalLensControlALMALENCE
impl UnsafeUnpin for DigitalLensControlALMALENCE
impl UnwindSafe for DigitalLensControlALMALENCE
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