#[repr(C)]pub struct PassthroughColorMapMonoToMonoFB {
pub ty: StructureType,
pub next: *const c_void,
pub texture_color_map: [u8; 256],
}Expand description
See XrPassthroughColorMapMonoToMonoFB - defined by XR_FB_passthrough
Fields
ty: StructureTypenext: *const c_voidtexture_color_map: [u8; 256]Implementations
sourceimpl PassthroughColorMapMonoToMonoFB
impl PassthroughColorMapMonoToMonoFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_COLOR_MAP_MONO_TO_MONO_FB
Trait Implementations
sourceimpl Clone for PassthroughColorMapMonoToMonoFB
impl Clone for PassthroughColorMapMonoToMonoFB
sourcefn clone(&self) -> PassthroughColorMapMonoToMonoFB
fn clone(&self) -> PassthroughColorMapMonoToMonoFB
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 moreimpl Copy for PassthroughColorMapMonoToMonoFB
Auto Trait Implementations
impl RefUnwindSafe for PassthroughColorMapMonoToMonoFB
impl !Send for PassthroughColorMapMonoToMonoFB
impl !Sync for PassthroughColorMapMonoToMonoFB
impl Unpin for PassthroughColorMapMonoToMonoFB
impl UnwindSafe for PassthroughColorMapMonoToMonoFB
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