#[repr(C)]pub struct _unit_t {
pub _address: u8,
}Expand description
@brief helper type to identify units.
@details A non-templated base class for unit which enables RTTI testing.
Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for _unit_t
impl RefUnwindSafe for _unit_t
impl Send for _unit_t
impl Sync for _unit_t
impl Unpin for _unit_t
impl UnwindSafe for _unit_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