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