pub struct WindowsString { /* private fields */ }
Expand description
Owned, wide variant of the CString
type.
Implementations§
Source§impl WindowsString
impl WindowsString
Trait Implementations§
Source§impl Debug for WindowsString
impl Debug for WindowsString
Source§impl From<&str> for WindowsString
impl From<&str> for WindowsString
Source§fn from(value: &str) -> WindowsString
fn from(value: &str) -> WindowsString
Converts to this type from the input type.
Source§impl PartialEq for WindowsString
impl PartialEq for WindowsString
Source§impl ToString for WindowsString
impl ToString for WindowsString
impl StructuralPartialEq for WindowsString
Auto Trait Implementations§
impl Freeze for WindowsString
impl RefUnwindSafe for WindowsString
impl Send for WindowsString
impl Sync for WindowsString
impl Unpin for WindowsString
impl UnwindSafe for WindowsString
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