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