pub struct SystemInfo<'a> {
pub registry: Str<'a>,
pub ordering: Str<'a>,
pub supplement: i32,
}
Expand description
Specifics about a character collection.
Fields§
§registry: Str<'a>
The issuer of the collection.
ordering: Str<'a>
A unique name of the collection within the registry.
supplement: i32
The supplement number (i.e. the version).
Trait Implementations§
source§impl<'a> Clone for SystemInfo<'a>
impl<'a> Clone for SystemInfo<'a>
source§fn clone(&self) -> SystemInfo<'a>
fn clone(&self) -> SystemInfo<'a>
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for SystemInfo<'a>
impl<'a> Debug for SystemInfo<'a>
source§impl<'a> Hash for SystemInfo<'a>
impl<'a> Hash for SystemInfo<'a>
source§impl<'a> PartialEq for SystemInfo<'a>
impl<'a> PartialEq for SystemInfo<'a>
impl<'a> Copy for SystemInfo<'a>
impl<'a> Eq for SystemInfo<'a>
impl<'a> StructuralPartialEq for SystemInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for SystemInfo<'a>
impl<'a> RefUnwindSafe for SystemInfo<'a>
impl<'a> Send for SystemInfo<'a>
impl<'a> Sync for SystemInfo<'a>
impl<'a> Unpin for SystemInfo<'a>
impl<'a> UnwindSafe for SystemInfo<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)