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