#[repr(C)]pub struct UiDraggedtabT {
pub id: u64,
pub rect: RectT,
pub text: *const c_char,
pub has_close_box: bool,
pub has_pin: bool,
pub _padding_854: [c_char; 2],
pub pin_type: UiTabPinType,
}Fields§
§id: u64§rect: RectT§text: *const c_char§has_close_box: bool§has_pin: bool§_padding_854: [c_char; 2]§pin_type: UiTabPinTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UiDraggedtabT
impl RefUnwindSafe for UiDraggedtabT
impl !Send for UiDraggedtabT
impl !Sync for UiDraggedtabT
impl Unpin for UiDraggedtabT
impl UnwindSafe for UiDraggedtabT
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