pub struct BandWidth {
pub type: BandWidthType,
pub limit: u32,
}Expand description
“b=AS:1024”
Fields§
§type: BandWidthType§limit: u32Trait Implementations§
impl Eq for BandWidth
impl StructuralPartialEq for BandWidth
Auto Trait Implementations§
impl Freeze for BandWidth
impl RefUnwindSafe for BandWidth
impl Send for BandWidth
impl Sync for BandWidth
impl Unpin for BandWidth
impl UnwindSafe for 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