pub struct DescriptionString {
pub ascii_string: String,
pub unicode_language_code: u32,
pub unicode_string: String,
pub script_code_code: i8,
pub mac_string: String,
}
Fields§
§ascii_string: String
§unicode_language_code: u32
§unicode_string: String
§script_code_code: i8
§mac_string: String
Trait Implementations§
Source§impl Clone for DescriptionString
impl Clone for DescriptionString
Source§fn clone(&self) -> DescriptionString
fn clone(&self) -> DescriptionString
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DescriptionString
impl RefUnwindSafe for DescriptionString
impl Send for DescriptionString
impl Sync for DescriptionString
impl Unpin for DescriptionString
impl UnwindSafe for DescriptionString
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