pub struct UiDebugNotifyRequest {
pub frame_id: FrameId,
pub caller_node: NodeId,
pub target_view: ViewId,
pub file: &'static str,
pub line: u32,
pub column: u32,
}Fields§
§frame_id: FrameId§caller_node: NodeId§target_view: ViewId§file: &'static str§line: u32§column: u32Trait Implementations§
Source§impl Clone for UiDebugNotifyRequest
impl Clone for UiDebugNotifyRequest
Source§fn clone(&self) -> UiDebugNotifyRequest
fn clone(&self) -> UiDebugNotifyRequest
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 moreSource§impl Debug for UiDebugNotifyRequest
impl Debug for UiDebugNotifyRequest
impl Copy for UiDebugNotifyRequest
Auto Trait Implementations§
impl Freeze for UiDebugNotifyRequest
impl RefUnwindSafe for UiDebugNotifyRequest
impl Send for UiDebugNotifyRequest
impl Sync for UiDebugNotifyRequest
impl Unpin for UiDebugNotifyRequest
impl UnsafeUnpin for UiDebugNotifyRequest
impl UnwindSafe for UiDebugNotifyRequest
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