#[repr(C)]pub struct tagSERIALIZEDPROPERTYVALUE {
pub dwType: DWORD,
pub rgb: [BYTE; 1],
}Fields§
§dwType: DWORD§rgb: [BYTE; 1]Trait Implementations§
Source§impl Clone for tagSERIALIZEDPROPERTYVALUE
impl Clone for tagSERIALIZEDPROPERTYVALUE
Source§fn clone(&self) -> tagSERIALIZEDPROPERTYVALUE
fn clone(&self) -> tagSERIALIZEDPROPERTYVALUE
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 Debug for tagSERIALIZEDPROPERTYVALUE
impl Debug for tagSERIALIZEDPROPERTYVALUE
impl Copy for tagSERIALIZEDPROPERTYVALUE
Auto Trait Implementations§
impl Freeze for tagSERIALIZEDPROPERTYVALUE
impl RefUnwindSafe for tagSERIALIZEDPROPERTYVALUE
impl Send for tagSERIALIZEDPROPERTYVALUE
impl Sync for tagSERIALIZEDPROPERTYVALUE
impl Unpin for tagSERIALIZEDPROPERTYVALUE
impl UnwindSafe for tagSERIALIZEDPROPERTYVALUE
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