#[repr(C)]pub struct SPSERIALIZEDPHRASE {
pub ulSerializedSize: ULONG,
}
Fields§
§ulSerializedSize: ULONG
Trait Implementations§
Source§impl Clone for SPSERIALIZEDPHRASE
impl Clone for SPSERIALIZEDPHRASE
Source§fn clone(&self) -> SPSERIALIZEDPHRASE
fn clone(&self) -> SPSERIALIZEDPHRASE
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 Default for SPSERIALIZEDPHRASE
impl Default for SPSERIALIZEDPHRASE
Source§fn default() -> SPSERIALIZEDPHRASE
fn default() -> SPSERIALIZEDPHRASE
Returns the “default value” for a type. Read more
impl Copy for SPSERIALIZEDPHRASE
Auto Trait Implementations§
impl Freeze for SPSERIALIZEDPHRASE
impl RefUnwindSafe for SPSERIALIZEDPHRASE
impl Send for SPSERIALIZEDPHRASE
impl Sync for SPSERIALIZEDPHRASE
impl Unpin for SPSERIALIZEDPHRASE
impl UnwindSafe for SPSERIALIZEDPHRASE
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