Enum webrender_api::FrameMsg
source · pub enum FrameMsg {
UpdateEpoch(PipelineId, Epoch),
HitTest(Option<PipelineId>, WorldPoint, HitTestFlags, MsgSender<HitTestResult>),
SetPan(DeviceIntPoint),
EnableFrameOutput(PipelineId, bool),
Scroll(ScrollLocation, WorldPoint),
ScrollNodeWithId(LayoutPoint, ExternalScrollId, ScrollClamping),
GetScrollNodeState(MsgSender<Vec<ScrollNodeState>>),
UpdateDynamicProperties(DynamicProperties),
AppendDynamicProperties(DynamicProperties),
SetPinchZoom(ZoomFactor),
}Variants
UpdateEpoch(PipelineId, Epoch)
HitTest(Option<PipelineId>, WorldPoint, HitTestFlags, MsgSender<HitTestResult>)
SetPan(DeviceIntPoint)
EnableFrameOutput(PipelineId, bool)
Scroll(ScrollLocation, WorldPoint)
ScrollNodeWithId(LayoutPoint, ExternalScrollId, ScrollClamping)
GetScrollNodeState(MsgSender<Vec<ScrollNodeState>>)
UpdateDynamicProperties(DynamicProperties)
AppendDynamicProperties(DynamicProperties)
SetPinchZoom(ZoomFactor)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for FrameMsg
impl<'de> Deserialize<'de> for FrameMsg
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FrameMsg
impl Send for FrameMsg
impl !Sync for FrameMsg
impl Unpin for FrameMsg
impl UnwindSafe for FrameMsg
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