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