Struct SDP_ELEMENT_DATA
#[repr(C)]pub struct SDP_ELEMENT_DATA {
pub type: SDP_TYPE,
pub specificType: SDP_SPECIFICTYPE,
pub data: SDP_ELEMENT_DATA_0,
}
Fields§
§type: SDP_TYPE
§specificType: SDP_SPECIFICTYPE
§data: SDP_ELEMENT_DATA_0
Trait Implementations§
§impl Clone for SDP_ELEMENT_DATA
impl Clone for SDP_ELEMENT_DATA
§fn clone(&self) -> SDP_ELEMENT_DATA
fn clone(&self) -> SDP_ELEMENT_DATA
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 moreimpl Copy for SDP_ELEMENT_DATA
Auto Trait Implementations§
impl Freeze for SDP_ELEMENT_DATA
impl RefUnwindSafe for SDP_ELEMENT_DATA
impl !Send for SDP_ELEMENT_DATA
impl !Sync for SDP_ELEMENT_DATA
impl Unpin for SDP_ELEMENT_DATA
impl UnwindSafe for SDP_ELEMENT_DATA
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