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