Struct ComponentCategory
#[repr(transparent)]pub struct ComponentCategory(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ComponentCategory
impl Clone for ComponentCategory
§fn clone(&self) -> ComponentCategory
fn clone(&self) -> ComponentCategory
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ComponentCategory
impl Debug for ComponentCategory
§impl Default for ComponentCategory
impl Default for ComponentCategory
§fn default() -> ComponentCategory
fn default() -> ComponentCategory
Returns the “default value” for a type. Read more
§impl PartialEq for ComponentCategory
impl PartialEq for ComponentCategory
impl Copy for ComponentCategory
impl Eq for ComponentCategory
impl StructuralPartialEq for ComponentCategory
Auto Trait Implementations§
impl Freeze for ComponentCategory
impl RefUnwindSafe for ComponentCategory
impl Send for ComponentCategory
impl Sync for ComponentCategory
impl Unpin for ComponentCategory
impl UnwindSafe for ComponentCategory
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