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