#[repr(transparent)]pub struct Kidx1(pub u32);Expand description
Keystore Index 1
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Kidx1
impl Eq for Kidx1
impl StructuralPartialEq for Kidx1
Auto Trait Implementations§
impl Freeze for Kidx1
impl RefUnwindSafe for Kidx1
impl Send for Kidx1
impl Sync for Kidx1
impl Unpin for Kidx1
impl UnwindSafe for Kidx1
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