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