#[repr(C)]pub struct histeventW {
pub num: c_int,
pub str_: *const wchar_t,
}Fields§
§num: c_int§str_: *const wchar_tTrait Implementations§
Source§impl Clone for histeventW
impl Clone for histeventW
Source§fn clone(&self) -> histeventW
fn clone(&self) -> histeventW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for histeventW
Source§impl Debug for histeventW
impl Debug for histeventW
Auto Trait Implementations§
impl !Send for histeventW
impl !Sync for histeventW
impl Freeze for histeventW
impl RefUnwindSafe for histeventW
impl Unpin for histeventW
impl UnsafeUnpin for histeventW
impl UnwindSafe for histeventW
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