#[repr(C)]pub struct UiSplitterT {
pub id: u64,
pub rect: RectT,
pub min_size: f32,
pub _padding_865: [c_char; 4],
}Fields§
§id: u64§rect: RectT§min_size: f32§_padding_865: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiSplitterT
impl RefUnwindSafe for UiSplitterT
impl Send for UiSplitterT
impl Sync for UiSplitterT
impl Unpin for UiSplitterT
impl UnwindSafe for UiSplitterT
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