pub struct CodeSetComponentInfo {
pub for_char_data: CodeSetComponent,
pub for_wchar_data: CodeSetComponent,
}Expand description
CodeSetComponentInfo (Spec §13.10.2.4).
Fields§
§for_char_data: CodeSetComponentChar-Codeset.
for_wchar_data: CodeSetComponentWide-Char-Codeset.
Trait Implementations§
Source§impl Clone for CodeSetComponentInfo
impl Clone for CodeSetComponentInfo
Source§fn clone(&self) -> CodeSetComponentInfo
fn clone(&self) -> CodeSetComponentInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CodeSetComponentInfo
impl Debug for CodeSetComponentInfo
Source§impl PartialEq for CodeSetComponentInfo
impl PartialEq for CodeSetComponentInfo
Source§fn eq(&self, other: &CodeSetComponentInfo) -> bool
fn eq(&self, other: &CodeSetComponentInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CodeSetComponentInfo
impl StructuralPartialEq for CodeSetComponentInfo
Auto Trait Implementations§
impl Freeze for CodeSetComponentInfo
impl RefUnwindSafe for CodeSetComponentInfo
impl Send for CodeSetComponentInfo
impl Sync for CodeSetComponentInfo
impl Unpin for CodeSetComponentInfo
impl UnsafeUnpin for CodeSetComponentInfo
impl UnwindSafe for CodeSetComponentInfo
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