pub struct Descriptor { /* private fields */ }Expand description
Binary-stable C-compatible representation of a kernel counter descriptor.
The memory layout of this structure matches Zircon’s counters::Descriptor exactly,
enabling the linker and userspace diagnostic tools to parse Rust-declared counters
seamlessly from the kernel’s binary segments.
Implementations§
Auto Trait Implementations§
impl Freeze for Descriptor
impl RefUnwindSafe for Descriptor
impl Send for Descriptor
impl Sync for Descriptor
impl Unpin for Descriptor
impl UnsafeUnpin for Descriptor
impl UnwindSafe for Descriptor
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