Struct SPTRANSITIONENTRY_1_1
#[repr(C)]pub struct SPTRANSITIONENTRY_1_1 {
pub hWord: SPWORDHANDLE,
pub pvClientWordContext: *mut c_void,
}
Fields§
§hWord: SPWORDHANDLE
§pvClientWordContext: *mut c_void
Trait Implementations§
§impl Clone for SPTRANSITIONENTRY_1_1
impl Clone for SPTRANSITIONENTRY_1_1
§fn clone(&self) -> SPTRANSITIONENTRY_1_1
fn clone(&self) -> SPTRANSITIONENTRY_1_1
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 more§impl Debug for SPTRANSITIONENTRY_1_1
impl Debug for SPTRANSITIONENTRY_1_1
§impl Default for SPTRANSITIONENTRY_1_1
impl Default for SPTRANSITIONENTRY_1_1
§impl PartialEq for SPTRANSITIONENTRY_1_1
impl PartialEq for SPTRANSITIONENTRY_1_1
impl Copy for SPTRANSITIONENTRY_1_1
impl StructuralPartialEq for SPTRANSITIONENTRY_1_1
Auto Trait Implementations§
impl Freeze for SPTRANSITIONENTRY_1_1
impl RefUnwindSafe for SPTRANSITIONENTRY_1_1
impl !Send for SPTRANSITIONENTRY_1_1
impl !Sync for SPTRANSITIONENTRY_1_1
impl Unpin for SPTRANSITIONENTRY_1_1
impl UnwindSafe for SPTRANSITIONENTRY_1_1
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