Struct PanelType
#[repr(transparent)]pub struct PanelType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for PanelType
impl Eq for PanelType
impl StructuralPartialEq for PanelType
Auto Trait Implementations§
impl Freeze for PanelType
impl RefUnwindSafe for PanelType
impl Send for PanelType
impl Sync for PanelType
impl Unpin for PanelType
impl UnwindSafe for PanelType
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