Struct classicube_sys::cc_winstring_
source · #[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_
source§fn eq(&self, other: &cc_winstring_) -> bool
fn eq(&self, other: &cc_winstring_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)