#[repr(transparent)]pub struct PanelType(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl BitAndAssign for PanelType
impl BitAndAssign for PanelType
Source§fn bitand_assign(&mut self, rhs: PanelType)
fn bitand_assign(&mut self, rhs: PanelType)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PanelType
impl BitOrAssign for PanelType
Source§fn bitor_assign(&mut self, rhs: PanelType)
fn bitor_assign(&mut self, rhs: PanelType)
Performs the
|= operation. Read moreimpl 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