#[repr(C)]pub struct TabLayoutT {
pub split: TabLayoutSplitType,
pub bias: f32,
pub __bindgen_anon_1: TabLayoutTBindgenTy1,
}Fields§
§split: TabLayoutSplitType§bias: f32§__bindgen_anon_1: TabLayoutTBindgenTy1Trait Implementations§
Auto Trait Implementations§
impl !Send for TabLayoutT
impl !Sync for TabLayoutT
impl Freeze for TabLayoutT
impl RefUnwindSafe for TabLayoutT
impl Unpin for TabLayoutT
impl UnsafeUnpin for TabLayoutT
impl UnwindSafe for TabLayoutT
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