#[repr(C)]pub struct HdyStatusPage { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HdyStatusPage
impl RefUnwindSafe for HdyStatusPage
impl !Send for HdyStatusPage
impl !Sync for HdyStatusPage
impl !Unpin for HdyStatusPage
impl UnwindSafe for HdyStatusPage
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