#[repr(C)]pub struct DockingFeedEventsArgsT {
pub window_ui: *mut UiO,
pub window_rect: RectT,
pub window_dpi_scale_factor: f32,
pub window_has_focus: bool,
pub window_under_cursor: bool,
pub _padding_94: [c_char; 2],
}Fields§
§window_ui: *mut UiO§window_rect: RectT§window_dpi_scale_factor: f32§window_has_focus: bool§window_under_cursor: bool§_padding_94: [c_char; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for DockingFeedEventsArgsT
impl RefUnwindSafe for DockingFeedEventsArgsT
impl !Send for DockingFeedEventsArgsT
impl !Sync for DockingFeedEventsArgsT
impl Unpin for DockingFeedEventsArgsT
impl UnwindSafe for DockingFeedEventsArgsT
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