#[repr(C)]pub struct Sci_NotifyHeader {
pub hwndFrom: *mut c_void,
pub idFrom: uptr_t,
pub code: c_uint,
}Fields§
§hwndFrom: *mut c_void§idFrom: uptr_t§code: c_uintTrait Implementations§
Source§impl Clone for Sci_NotifyHeader
impl Clone for Sci_NotifyHeader
Source§fn clone(&self) -> Sci_NotifyHeader
fn clone(&self) -> Sci_NotifyHeader
Returns a duplicate 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 Sci_NotifyHeader
impl Debug for Sci_NotifyHeader
impl Copy for Sci_NotifyHeader
Auto Trait Implementations§
impl Freeze for Sci_NotifyHeader
impl RefUnwindSafe for Sci_NotifyHeader
impl !Send for Sci_NotifyHeader
impl !Sync for Sci_NotifyHeader
impl Unpin for Sci_NotifyHeader
impl UnwindSafe for Sci_NotifyHeader
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