#[repr(C)]pub struct bladerf_metadata {
pub timestamp: bladerf_timestamp,
pub flags: u32,
pub status: u32,
pub actual_count: c_uint,
pub reserved: [u8; 32],
}Fields§
§timestamp: bladerf_timestamp§flags: u32§status: u32§actual_count: c_uint§reserved: [u8; 32]Trait Implementations§
Source§impl Clone for bladerf_metadata
impl Clone for bladerf_metadata
Source§fn clone(&self) -> bladerf_metadata
fn clone(&self) -> bladerf_metadata
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 bladerf_metadata
impl Debug for bladerf_metadata
impl Copy for bladerf_metadata
Auto Trait Implementations§
impl Freeze for bladerf_metadata
impl RefUnwindSafe for bladerf_metadata
impl Send for bladerf_metadata
impl Sync for bladerf_metadata
impl Unpin for bladerf_metadata
impl UnwindSafe for bladerf_metadata
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