#[repr(C)]pub struct uct_ppn_bandwidth {
pub dedicated: f64,
pub shared: f64,
}Fields§
§dedicated: f64< Dedicated bandwidth, bytes/second
< Shared bandwidth, bytes/second
Trait Implementations§
Source§impl Clone for uct_ppn_bandwidth
impl Clone for uct_ppn_bandwidth
Source§fn clone(&self) -> uct_ppn_bandwidth
fn clone(&self) -> uct_ppn_bandwidth
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 uct_ppn_bandwidth
impl Debug for uct_ppn_bandwidth
impl Copy for uct_ppn_bandwidth
Auto Trait Implementations§
impl Freeze for uct_ppn_bandwidth
impl RefUnwindSafe for uct_ppn_bandwidth
impl Send for uct_ppn_bandwidth
impl Sync for uct_ppn_bandwidth
impl Unpin for uct_ppn_bandwidth
impl UnwindSafe for uct_ppn_bandwidth
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