#[repr(C)]pub struct cc_winstring_ {
pub uni: [cc_unichar; 300],
pub ansi: [c_char; 300],
}
Fields§
§uni: [cc_unichar; 300]
§ansi: [c_char; 300]
Trait Implementations§
Source§impl Clone for cc_winstring_
impl Clone for cc_winstring_
Source§fn clone(&self) -> cc_winstring_
fn clone(&self) -> cc_winstring_
Returns a copy of the value. Read more
1.0.0 · 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 cc_winstring_
impl Debug for cc_winstring_
Source§impl Hash for cc_winstring_
impl Hash for cc_winstring_
Source§impl PartialEq for cc_winstring_
impl PartialEq for cc_winstring_
impl Copy for cc_winstring_
impl Eq for cc_winstring_
impl StructuralPartialEq for cc_winstring_
Auto Trait Implementations§
impl Freeze for cc_winstring_
impl RefUnwindSafe for cc_winstring_
impl Send for cc_winstring_
impl Sync for cc_winstring_
impl Unpin for cc_winstring_
impl UnwindSafe for cc_winstring_
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