#[repr(transparent)]pub struct TargetHllType {
pub repr: u8,
}Fields§
§repr: u8Implementations§
Trait Implementations§
Source§impl Clone for TargetHllType
impl Clone for TargetHllType
impl Copy for TargetHllType
Source§impl Debug for TargetHllType
impl Debug for TargetHllType
impl Eq for TargetHllType
Source§impl ExternType for TargetHllType
impl ExternType for TargetHllType
Source§impl PartialEq for TargetHllType
impl PartialEq for TargetHllType
impl StructuralPartialEq for TargetHllType
Auto Trait Implementations§
impl Freeze for TargetHllType
impl RefUnwindSafe for TargetHllType
impl Send for TargetHllType
impl Sync for TargetHllType
impl Unpin for TargetHllType
impl UnsafeUnpin for TargetHllType
impl UnwindSafe for TargetHllType
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