Struct KHYPH
#[repr(transparent)]pub struct KHYPH(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for KHYPH
impl Eq for KHYPH
impl StructuralPartialEq for KHYPH
Auto Trait Implementations§
impl Freeze for KHYPH
impl RefUnwindSafe for KHYPH
impl Send for KHYPH
impl Sync for KHYPH
impl Unpin for KHYPH
impl UnwindSafe for KHYPH
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