#[repr(C)]
pub union coap_const_char_ptr_t {
pub s_byte: *const c_char,
pub u_byte: *const u8,
}
Fields§
§s_byte: *const c_char
§u_byte: *const u8
Trait Implementations§
Source§impl Clone for coap_const_char_ptr_t
impl Clone for coap_const_char_ptr_t
Source§fn clone(&self) -> coap_const_char_ptr_t
fn clone(&self) -> coap_const_char_ptr_t
Returns a duplicate 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 moreimpl Copy for coap_const_char_ptr_t
Auto Trait Implementations§
impl Freeze for coap_const_char_ptr_t
impl RefUnwindSafe for coap_const_char_ptr_t
impl !Send for coap_const_char_ptr_t
impl !Sync for coap_const_char_ptr_t
impl Unpin for coap_const_char_ptr_t
impl UnwindSafe for coap_const_char_ptr_t
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