Struct UIndicPositionalCategory
#[repr(transparent)]pub struct UIndicPositionalCategory(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UIndicPositionalCategory
impl Clone for UIndicPositionalCategory
§fn clone(&self) -> UIndicPositionalCategory
fn clone(&self) -> UIndicPositionalCategory
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 UIndicPositionalCategory
impl Debug for UIndicPositionalCategory
§impl Default for UIndicPositionalCategory
impl Default for UIndicPositionalCategory
§fn default() -> UIndicPositionalCategory
fn default() -> UIndicPositionalCategory
Returns the “default value” for a type. Read more
§impl PartialEq for UIndicPositionalCategory
impl PartialEq for UIndicPositionalCategory
impl Copy for UIndicPositionalCategory
impl Eq for UIndicPositionalCategory
impl StructuralPartialEq for UIndicPositionalCategory
Auto Trait Implementations§
impl Freeze for UIndicPositionalCategory
impl RefUnwindSafe for UIndicPositionalCategory
impl Send for UIndicPositionalCategory
impl Sync for UIndicPositionalCategory
impl Unpin for UIndicPositionalCategory
impl UnwindSafe for UIndicPositionalCategory
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