#[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 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 Debug for tagSERIALIZEDPROPERTYVALUE
impl Debug for tagSERIALIZEDPROPERTYVALUE
Source§impl Ord for tagSERIALIZEDPROPERTYVALUE
impl Ord for tagSERIALIZEDPROPERTYVALUE
Source§fn cmp(&self, other: &tagSERIALIZEDPROPERTYVALUE) -> Ordering
fn cmp(&self, other: &tagSERIALIZEDPROPERTYVALUE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for tagSERIALIZEDPROPERTYVALUE
impl PartialOrd for tagSERIALIZEDPROPERTYVALUE
impl Copy for tagSERIALIZEDPROPERTYVALUE
impl Eq for tagSERIALIZEDPROPERTYVALUE
impl StructuralPartialEq 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