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