#[repr(C)]pub struct otCoapOption {
pub mNumber: u16,
pub mLength: u16,
}
Expand description
Represents a CoAP option.
Fields§
§mNumber: u16
< Option Number
mLength: u16
< Option Length
Trait Implementations§
Source§impl Clone for otCoapOption
impl Clone for otCoapOption
Source§fn clone(&self) -> otCoapOption
fn clone(&self) -> otCoapOption
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 otCoapOption
impl Debug for otCoapOption
Source§impl Default for otCoapOption
impl Default for otCoapOption
Source§fn default() -> otCoapOption
fn default() -> otCoapOption
Returns the “default value” for a type. Read more
impl Copy for otCoapOption
Auto Trait Implementations§
impl Freeze for otCoapOption
impl RefUnwindSafe for otCoapOption
impl Send for otCoapOption
impl Sync for otCoapOption
impl Unpin for otCoapOption
impl UnwindSafe for otCoapOption
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)