Struct ntapi::string::UTF16Const
source · [−]pub struct UTF16Const(pub &'static [u16]);
Expand description
A wrapper over UTF16 string constants.
Tuple Fields
0: &'static [u16]
Implementations
Trait Implementations
sourceimpl AsRef<[u16]> for UTF16Const
impl AsRef<[u16]> for UTF16Const
sourceimpl Clone for UTF16Const
impl Clone for UTF16Const
sourcefn clone(&self) -> UTF16Const
fn clone(&self) -> UTF16Const
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for UTF16Const
Auto Trait Implementations
impl RefUnwindSafe for UTF16Const
impl Send for UTF16Const
impl Sync for UTF16Const
impl Unpin for UTF16Const
impl UnwindSafe for UTF16Const
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more