pub struct CoapEndpoint { /* private fields */ }
Implementations§
Source§impl CoapEndpoint
Trait for functions common between all types of endpoints.
impl CoapEndpoint
Trait for functions common between all types of endpoints.
Sourcepub fn set_default_mtu(&mut self, mtu: EndpointMtu)
pub fn set_default_mtu(&mut self, mtu: EndpointMtu)
Sets the default MTU value of the endpoint.
Trait Implementations§
Source§impl Debug for CoapEndpoint
impl Debug for CoapEndpoint
Auto Trait Implementations§
impl Freeze for CoapEndpoint
impl RefUnwindSafe for CoapEndpoint
impl !Send for CoapEndpoint
impl !Sync for CoapEndpoint
impl Unpin for CoapEndpoint
impl UnwindSafe for CoapEndpoint
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