pub struct UnicodeString {
pub length: u16,
pub maximum_length: u16,
pub buffer: u32,
}Fields§
§length: u16§maximum_length: u16§buffer: u32Implementations§
Trait Implementations§
Source§impl Debug for UnicodeString
impl Debug for UnicodeString
Auto Trait Implementations§
impl Freeze for UnicodeString
impl RefUnwindSafe for UnicodeString
impl Send for UnicodeString
impl Sync for UnicodeString
impl Unpin for UnicodeString
impl UnwindSafe for UnicodeString
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