#[repr(C)]pub struct RecommendedLayerResolutionGetInfoMETA {
pub ty: StructureType,
pub next: *const c_void,
pub layer: *const CompositionLayerBaseHeader,
pub predicted_display_time: Time,
}
Expand description
Fields§
§ty: StructureType
§next: *const c_void
§layer: *const CompositionLayerBaseHeader
§predicted_display_time: Time
Implementations§
Source§impl RecommendedLayerResolutionGetInfoMETA
impl RecommendedLayerResolutionGetInfoMETA
pub const TYPE: StructureType = StructureType::RECOMMENDED_LAYER_RESOLUTION_GET_INFO_META
Trait Implementations§
Source§impl Clone for RecommendedLayerResolutionGetInfoMETA
impl Clone for RecommendedLayerResolutionGetInfoMETA
Source§fn clone(&self) -> RecommendedLayerResolutionGetInfoMETA
fn clone(&self) -> RecommendedLayerResolutionGetInfoMETA
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 RecommendedLayerResolutionGetInfoMETA
Auto Trait Implementations§
impl Freeze for RecommendedLayerResolutionGetInfoMETA
impl RefUnwindSafe for RecommendedLayerResolutionGetInfoMETA
impl !Send for RecommendedLayerResolutionGetInfoMETA
impl !Sync for RecommendedLayerResolutionGetInfoMETA
impl Unpin for RecommendedLayerResolutionGetInfoMETA
impl UnwindSafe for RecommendedLayerResolutionGetInfoMETA
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