#[repr(C)]pub struct Trace {
pub da: DevAddr,
pub len: u32,
pub reserved: u32,
pub name: [u8; 32],
}Fields§
§da: DevAddr§len: u32§reserved: u32§name: [u8; 32]Implementations§
Trait Implementations§
Source§impl ResourceType for Trace
impl ResourceType for Trace
const RESOURCE_TYPE: u32 = 2
Auto Trait Implementations§
impl Freeze for Trace
impl RefUnwindSafe for Trace
impl !Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnwindSafe for Trace
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