Struct KS_DATARANGE_BDA_TRANSPORT
#[repr(C)]pub struct KS_DATARANGE_BDA_TRANSPORT {
pub DataRange: KSDATAFORMAT,
pub BdaTransportInfo: BDA_TRANSPORT_INFO,
}
Fields§
§DataRange: KSDATAFORMAT
§BdaTransportInfo: BDA_TRANSPORT_INFO
Trait Implementations§
§impl Clone for KS_DATARANGE_BDA_TRANSPORT
impl Clone for KS_DATARANGE_BDA_TRANSPORT
§fn clone(&self) -> KS_DATARANGE_BDA_TRANSPORT
fn clone(&self) -> KS_DATARANGE_BDA_TRANSPORT
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 more§impl Default for KS_DATARANGE_BDA_TRANSPORT
impl Default for KS_DATARANGE_BDA_TRANSPORT
impl Copy for KS_DATARANGE_BDA_TRANSPORT
Auto Trait Implementations§
impl Freeze for KS_DATARANGE_BDA_TRANSPORT
impl RefUnwindSafe for KS_DATARANGE_BDA_TRANSPORT
impl Send for KS_DATARANGE_BDA_TRANSPORT
impl Sync for KS_DATARANGE_BDA_TRANSPORT
impl Unpin for KS_DATARANGE_BDA_TRANSPORT
impl UnwindSafe for KS_DATARANGE_BDA_TRANSPORT
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