#[repr(C)]pub struct _Identity {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
impl Copy for _Identity
impl Eq for _Identity
impl StructuralPartialEq for _Identity
Auto Trait Implementations§
impl Freeze for _Identity
impl RefUnwindSafe for _Identity
impl Send for _Identity
impl Sync for _Identity
impl Unpin for _Identity
impl UnwindSafe for _Identity
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