#[repr(C)]pub struct tagMapNode {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for tagMapNode
impl Clone for tagMapNode
Source§fn clone(&self) -> tagMapNode
fn clone(&self) -> tagMapNode
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 tagMapNode
Auto Trait Implementations§
impl Freeze for tagMapNode
impl RefUnwindSafe for tagMapNode
impl Send for tagMapNode
impl Sync for tagMapNode
impl Unpin for tagMapNode
impl UnsafeUnpin for tagMapNode
impl UnwindSafe for tagMapNode
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