Struct openxr_sys::DigitalLensControlALMALENCE
source · [−]#[repr(C)]pub struct DigitalLensControlALMALENCE {
pub ty: StructureType,
pub next: *const c_void,
pub flags: DigitalLensControlFlagsALMALENCE,
}Expand description
Fields
ty: StructureTypenext: *const c_voidflags: DigitalLensControlFlagsALMALENCEImplementations
sourceimpl DigitalLensControlALMALENCE
impl DigitalLensControlALMALENCE
pub const TYPE: StructureType = StructureType::DIGITAL_LENS_CONTROL_ALMALENCE
Trait Implementations
sourceimpl Clone for DigitalLensControlALMALENCE
impl Clone for DigitalLensControlALMALENCE
sourcefn clone(&self) -> DigitalLensControlALMALENCE
fn clone(&self) -> DigitalLensControlALMALENCE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DigitalLensControlALMALENCE
impl Debug for DigitalLensControlALMALENCE
impl Copy for DigitalLensControlALMALENCE
Auto Trait Implementations
impl RefUnwindSafe for DigitalLensControlALMALENCE
impl !Send for DigitalLensControlALMALENCE
impl !Sync for DigitalLensControlALMALENCE
impl Unpin for DigitalLensControlALMALENCE
impl UnwindSafe for DigitalLensControlALMALENCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more