Struct SPWORDLIST
#[repr(C)]pub struct SPWORDLIST {
pub ulSize: u32,
pub pvBuffer: *mut u8,
pub pFirstWord: *mut SPWORD,
}
Fields§
§ulSize: u32
§pvBuffer: *mut u8
§pFirstWord: *mut SPWORD
Trait Implementations§
§impl Clone for SPWORDLIST
impl Clone for SPWORDLIST
§fn clone(&self) -> SPWORDLIST
fn clone(&self) -> SPWORDLIST
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 SPWORDLIST
impl Debug for SPWORDLIST
§impl PartialEq for SPWORDLIST
impl PartialEq for SPWORDLIST
impl Copy for SPWORDLIST
impl StructuralPartialEq for SPWORDLIST
Auto Trait Implementations§
impl Freeze for SPWORDLIST
impl RefUnwindSafe for SPWORDLIST
impl !Send for SPWORDLIST
impl !Sync for SPWORDLIST
impl Unpin for SPWORDLIST
impl UnwindSafe for SPWORDLIST
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