#[repr(C)]pub struct CompositionLayerSecureContentFB {
pub ty: StructureType,
pub next: *const c_void,
pub flags: CompositionLayerSecureContentFlagsFB,
}Expand description
See XrCompositionLayerSecureContentFB - defined by XR_FB_composition_layer_secure_content
Fields
ty: StructureTypenext: *const c_voidflags: CompositionLayerSecureContentFlagsFBImplementations
sourceimpl CompositionLayerSecureContentFB
impl CompositionLayerSecureContentFB
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_SECURE_CONTENT_FB
Trait Implementations
sourceimpl Clone for CompositionLayerSecureContentFB
impl Clone for CompositionLayerSecureContentFB
sourcefn clone(&self) -> CompositionLayerSecureContentFB
fn clone(&self) -> CompositionLayerSecureContentFB
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 CompositionLayerSecureContentFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerSecureContentFB
impl !Send for CompositionLayerSecureContentFB
impl !Sync for CompositionLayerSecureContentFB
impl Unpin for CompositionLayerSecureContentFB
impl UnwindSafe for CompositionLayerSecureContentFB
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