Struct openxr_sys::PassthroughStyleFB
source · [−]#[repr(C)]pub struct PassthroughStyleFB {
pub ty: StructureType,
pub next: *const c_void,
pub texture_opacity_factor: f32,
pub edge_color: Color4f,
}Expand description
See XrPassthroughStyleFB - defined by XR_FB_passthrough
Fields
ty: StructureTypenext: *const c_voidtexture_opacity_factor: f32edge_color: Color4fImplementations
sourceimpl PassthroughStyleFB
impl PassthroughStyleFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_STYLE_FB
Trait Implementations
sourceimpl Clone for PassthroughStyleFB
impl Clone for PassthroughStyleFB
sourcefn clone(&self) -> PassthroughStyleFB
fn clone(&self) -> PassthroughStyleFB
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 PassthroughStyleFB
impl Debug for PassthroughStyleFB
impl Copy for PassthroughStyleFB
Auto Trait Implementations
impl RefUnwindSafe for PassthroughStyleFB
impl !Send for PassthroughStyleFB
impl !Sync for PassthroughStyleFB
impl Unpin for PassthroughStyleFB
impl UnwindSafe for PassthroughStyleFB
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