pub struct RtxFmtpParameters {
pub apt: u8,
pub rtx_time: Option<u32>,
}Fields§
§apt: u8§rtx_time: Option<u32>Trait Implementations§
Source§impl Clone for RtxFmtpParameters
impl Clone for RtxFmtpParameters
Source§fn clone(&self) -> RtxFmtpParameters
fn clone(&self) -> RtxFmtpParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RtxFmtpParameters
Source§impl Debug for RtxFmtpParameters
impl Debug for RtxFmtpParameters
Auto Trait Implementations§
impl Freeze for RtxFmtpParameters
impl RefUnwindSafe for RtxFmtpParameters
impl Send for RtxFmtpParameters
impl Sync for RtxFmtpParameters
impl Unpin for RtxFmtpParameters
impl UnsafeUnpin for RtxFmtpParameters
impl UnwindSafe for RtxFmtpParameters
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