#[repr(C)]pub struct nn_protocolid_t {
pub id: [u8; 4],
}
Fields§
§id: [u8; 4]
Trait Implementations§
Source§impl Clone for nn_protocolid_t
impl Clone for nn_protocolid_t
Source§fn clone(&self) -> nn_protocolid_t
fn clone(&self) -> nn_protocolid_t
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 nn_protocolid_t
impl Debug for nn_protocolid_t
impl Copy for nn_protocolid_t
Auto Trait Implementations§
impl Freeze for nn_protocolid_t
impl RefUnwindSafe for nn_protocolid_t
impl Send for nn_protocolid_t
impl Sync for nn_protocolid_t
impl Unpin for nn_protocolid_t
impl UnwindSafe for nn_protocolid_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