#[repr(C)]pub struct UNumberingSystem(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for UNumberingSystem
impl Clone for UNumberingSystem
Source§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 moreSource§impl Debug for UNumberingSystem
impl Debug for UNumberingSystem
Source§impl Default for UNumberingSystem
impl Default for UNumberingSystem
Source§fn default() -> UNumberingSystem
fn default() -> UNumberingSystem
Returns the “default value” for a type. Read more
Source§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