#[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: StructureType
§next: *const c_void
§texture_color_map: [u8; 256]
Implementations§
Source§impl PassthroughColorMapMonoToMonoFB
impl PassthroughColorMapMonoToMonoFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_COLOR_MAP_MONO_TO_MONO_FB
Trait Implementations§
Source§impl Clone for PassthroughColorMapMonoToMonoFB
impl Clone for PassthroughColorMapMonoToMonoFB
Source§fn clone(&self) -> PassthroughColorMapMonoToMonoFB
fn clone(&self) -> PassthroughColorMapMonoToMonoFB
Returns a duplicate of the value. Read more
1.0.0 · Source§fn 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 Freeze for PassthroughColorMapMonoToMonoFB
impl RefUnwindSafe for PassthroughColorMapMonoToMonoFB
impl !Send for PassthroughColorMapMonoToMonoFB
impl !Sync for PassthroughColorMapMonoToMonoFB
impl Unpin for PassthroughColorMapMonoToMonoFB
impl UnwindSafe for PassthroughColorMapMonoToMonoFB
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