#[repr(C)]pub struct CompositionLayerProjection {
pub ty: StructureType,
pub next: *const c_void,
pub layer_flags: CompositionLayerFlags,
pub space: Space,
pub view_count: u32,
pub views: *const CompositionLayerProjectionView,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§layer_flags: CompositionLayerFlags§space: Space§view_count: u32§views: *const CompositionLayerProjectionViewImplementations§
Source§impl CompositionLayerProjection
impl CompositionLayerProjection
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_PROJECTION
Trait Implementations§
Source§impl Clone for CompositionLayerProjection
impl Clone for CompositionLayerProjection
Source§fn clone(&self) -> CompositionLayerProjection
fn clone(&self) -> CompositionLayerProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositionLayerProjection
Auto Trait Implementations§
impl !Send for CompositionLayerProjection
impl !Sync for CompositionLayerProjection
impl Freeze for CompositionLayerProjection
impl RefUnwindSafe for CompositionLayerProjection
impl Unpin for CompositionLayerProjection
impl UnsafeUnpin for CompositionLayerProjection
impl UnwindSafe for CompositionLayerProjection
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